[arch-commits] Commit in acsccid/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Fri Jan 17 16:42:43 UTC 2020


    Date: Friday, January 17, 2020 @ 16:42:42
  Author: archange
Revision: 552863

archrelease: copy trunk to community-x86_64

Added:
  acsccid/repos/community-x86_64/PKGBUILD
    (from rev 552862, acsccid/trunk/PKGBUILD)
Deleted:
  acsccid/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   47 +++++++++++++++++++++++------------------------
 1 file changed, 23 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 16:42:37 UTC (rev 552862)
+++ PKGBUILD	2020-01-17 16:42:42 UTC (rev 552863)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=acsccid
-pkgver=1.1.7
-pkgrel=1
-pkgdesc="PC/SC driver that supports ACS CCID smart card readers."
-arch=(x86_64)
-url="http://acsccid.sourceforge.net/"
-license=(LGPL2.1)
-depends=(pcsclite libusb-compat)
-source=("https://downloads.sourceforge.net/acsccid/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('3778548ff9b639dd46d1570922e425698e16c5a0a0840ed1fad235052e291ee3')
-
-build()
-{
-    cd ${pkgname}-${pkgver}
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-}

Copied: acsccid/repos/community-x86_64/PKGBUILD (from rev 552862, acsccid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-17 16:42:42 UTC (rev 552863)
@@ -0,0 +1,23 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=acsccid
+pkgver=1.1.8
+pkgrel=1
+pkgdesc="PC/SC driver that supports ACS CCID smart card readers."
+arch=(x86_64)
+url="http://acsccid.sourceforge.net/"
+license=(LGPL2.1)
+depends=(pcsclite libusb-compat)
+source=(https://downloads.sourceforge.net/acsccid/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f86fd846bc88594a569ea27040cb441d933b7eca8d51d2a90bacf161e7740051')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list