[arch-commits] Commit in yubikey-touch-detector/repos/community-x86_64 (2 files)

Maxim Baz maximbaz at archlinux.org
Sun Feb 21 15:43:50 UTC 2021


    Date: Sunday, February 21, 2021 @ 15:43:50
  Author: maximbaz
Revision: 867724

archrelease: copy trunk to community-x86_64

Added:
  yubikey-touch-detector/repos/community-x86_64/PKGBUILD
    (from rev 867723, yubikey-touch-detector/trunk/PKGBUILD)
Deleted:
  yubikey-touch-detector/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-21 15:43:46 UTC (rev 867723)
+++ PKGBUILD	2021-02-21 15:43:50 UTC (rev 867724)
@@ -1,30 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=yubikey-touch-detector
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='A tool that can detect when your YubiKey is waiting for a touch'
-arch=('x86_64')
-url='https://github.com/maximbaz/yubikey-touch-detector'
-license=('MIT')
-depends=('glibc' 'libnotify')
-makedepends=('go' 'git')
-optdepends=('gnupg: for GPG'
-            'openssh: for SSH')
-source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz"
-        "${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz.asc")
-sha256sums=('87e7544b2f8d016c7375351b82c56b2ed9d39a4c4b07ca8272615f7cb2b86fc5'
-            'SKIP')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    make build
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: yubikey-touch-detector/repos/community-x86_64/PKGBUILD (from rev 867723, yubikey-touch-detector/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-21 15:43:50 UTC (rev 867724)
@@ -0,0 +1,30 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=yubikey-touch-detector
+pkgver=1.9.0
+pkgrel=2
+pkgdesc='A tool that can detect when your YubiKey is waiting for a touch'
+arch=('x86_64')
+url='https://github.com/maximbaz/yubikey-touch-detector'
+license=('MIT')
+depends=('glibc' 'libnotify')
+makedepends=('go' 'git')
+optdepends=('gnupg: for GPG'
+            'openssh: for SSH')
+source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz"
+        "${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz.asc")
+sha256sums=('87e7544b2f8d016c7375351b82c56b2ed9d39a4c4b07ca8272615f7cb2b86fc5'
+            'SKIP')
+validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    make build
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



More information about the arch-commits mailing list