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

Bruno Pagani archange at archlinux.org
Thu Nov 1 19:09:39 UTC 2018


    Date: Thursday, November 1, 2018 @ 19:09:38
  Author: archange
Revision: 401139

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-01 19:09:24 UTC (rev 401138)
+++ PKGBUILD	2018-11-01 19:09:38 UTC (rev 401139)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=acsccid
-pkgver=1.1.5
-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=('e7a81d9f9a49276a7e8e3ddf8e4633ce444d69ca1ce2e580c4307d10847691c9')
-
-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 401138, acsccid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-01 19:09:38 UTC (rev 401139)
@@ -0,0 +1,24 @@
+# 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
+}



More information about the arch-commits mailing list