[arch-commits] Commit in yubico-c/repos (4 files)

Christian Hesse eworm at archlinux.org
Thu Aug 10 13:41:34 UTC 2017


    Date: Thursday, August 10, 2017 @ 13:41:33
  Author: eworm
Revision: 249720

archrelease: copy trunk to community-i686, community-x86_64

Added:
  yubico-c/repos/community-i686/PKGBUILD
    (from rev 249719, yubico-c/trunk/PKGBUILD)
  yubico-c/repos/community-x86_64/PKGBUILD
    (from rev 249719, yubico-c/trunk/PKGBUILD)
Deleted:
  yubico-c/repos/community-i686/PKGBUILD
  yubico-c/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   42 ----------------------
 community-x86_64/PKGBUILD |   42 ----------------------
 3 files changed, 82 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-10 13:41:28 UTC (rev 249719)
+++ community-i686/PKGBUILD	2017-08-10 13:41:33 UTC (rev 249720)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-
-pkgname=yubico-c
-_shortname=libyubikey
-pkgver=1.13
-pkgrel=3
-pkgdesc='Yubico YubiKey C library'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubico-c'
-license=('BSD')
-depends=('curl' 'libusb')
-provides=("${_shortname}")
-conflicts=("${_shortname}")
-makedepends=('git' 'asciidoc')
-validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
-source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('04edd0eb09cb665a05d808c58e1985f25bb7c5254d2849f36a0658ffc51c3401'
-            'SKIP')
-
-build() {
-	cd "${_shortname}-${pkgver}"
-
-	./configure \
-		--prefix=/usr
-	make
-}
-
-check() {
-	cd "${_shortname}-${pkgver}"
-
-	make check
-}
-
-package() {
-	cd "${_shortname}-${pkgver}"
-
-	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubico-c/COPYING"
-	install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-c/README"
-	make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubico-c/repos/community-i686/PKGBUILD (from rev 249719, yubico-c/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-10 13:41:33 UTC (rev 249720)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=yubico-c
+_shortname=libyubikey
+pkgver=1.13
+pkgrel=4
+pkgdesc='Yubico YubiKey C library'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-c'
+license=('BSD')
+depends=('curl' 'libusb')
+provides=("${_shortname}")
+conflicts=("${_shortname}")
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('04edd0eb09cb665a05d808c58e1985f25bb7c5254d2849f36a0658ffc51c3401'
+            'SKIP')
+
+build() {
+	cd "${_shortname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr
+	make
+}
+
+check() {
+	cd "${_shortname}-${pkgver}"
+
+	make check
+}
+
+package() {
+	cd "${_shortname}-${pkgver}"
+
+	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubico-c/COPYING"
+	install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-c/README"
+	make DESTDIR="${pkgdir}/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-10 13:41:28 UTC (rev 249719)
+++ community-x86_64/PKGBUILD	2017-08-10 13:41:33 UTC (rev 249720)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-
-pkgname=yubico-c
-_shortname=libyubikey
-pkgver=1.13
-pkgrel=3
-pkgdesc='Yubico YubiKey C library'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubico-c'
-license=('BSD')
-depends=('curl' 'libusb')
-provides=("${_shortname}")
-conflicts=("${_shortname}")
-makedepends=('git' 'asciidoc')
-validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
-source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('04edd0eb09cb665a05d808c58e1985f25bb7c5254d2849f36a0658ffc51c3401'
-            'SKIP')
-
-build() {
-	cd "${_shortname}-${pkgver}"
-
-	./configure \
-		--prefix=/usr
-	make
-}
-
-check() {
-	cd "${_shortname}-${pkgver}"
-
-	make check
-}
-
-package() {
-	cd "${_shortname}-${pkgver}"
-
-	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubico-c/COPYING"
-	install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-c/README"
-	make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubico-c/repos/community-x86_64/PKGBUILD (from rev 249719, yubico-c/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-10 13:41:33 UTC (rev 249720)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=yubico-c
+_shortname=libyubikey
+pkgver=1.13
+pkgrel=4
+pkgdesc='Yubico YubiKey C library'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-c'
+license=('BSD')
+depends=('curl' 'libusb')
+provides=("${_shortname}")
+conflicts=("${_shortname}")
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('04edd0eb09cb665a05d808c58e1985f25bb7c5254d2849f36a0658ffc51c3401'
+            'SKIP')
+
+build() {
+	cd "${_shortname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr
+	make
+}
+
+check() {
+	cd "${_shortname}-${pkgver}"
+
+	make check
+}
+
+package() {
+	cd "${_shortname}-${pkgver}"
+
+	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubico-c/COPYING"
+	install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-c/README"
+	make DESTDIR="${pkgdir}/" install
+}
+



More information about the arch-commits mailing list