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

Bruno Pagani archange at archlinux.org
Mon Jul 29 13:03:39 UTC 2019


    Date: Monday, July 29, 2019 @ 13:03:38
  Author: archange
Revision: 494649

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 13:03:18 UTC (rev 494648)
+++ PKGBUILD	2019-07-29 13:03:38 UTC (rev 494649)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=acsccid
-pkgver=1.1.6
-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=('71d505cb5309ac6b9f5b98246c8979615794488ebfdc1ccdd978116213b43539')
-
-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 494648, acsccid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-29 13:03:38 UTC (rev 494649)
@@ -0,0 +1,24 @@
+# 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
+}



More information about the arch-commits mailing list