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

Bruno Pagani archange at gemini.archlinux.org
Fri May 20 16:51:09 UTC 2022


    Date: Friday, May 20, 2022 @ 16:51:09
  Author: archange
Revision: 1209416

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-20 16:50:41 UTC (rev 1209415)
+++ PKGBUILD	2022-05-20 16:51:09 UTC (rev 1209416)
@@ -1,23 +0,0 @@
-# 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
-}

Copied: acsccid/repos/community-x86_64/PKGBUILD (from rev 1209415, acsccid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-20 16:51:09 UTC (rev 1209416)
@@ -0,0 +1,23 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=acsccid
+pkgver=1.1.8
+pkgrel=2
+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)
+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