Date: Thursday, August 1, 2019 @ 07:08:14
  Author: alad
Revision: 496190

archrelease: copy trunk to community-x86_64

Added:
  pcsc-tools/repos/community-x86_64/PKGBUILD
    (from rev 496189, pcsc-tools/trunk/PKGBUILD)
Deleted:
  pcsc-tools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 34 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-01 07:08:01 UTC (rev 496189)
+++ PKGBUILD    2019-08-01 07:08:14 UTC (rev 496190)
@@ -1,32 +0,0 @@
-# Maintainer: Giovanni Scafora <[email protected]>
-# Contributor: Lorenzo Nizzi Grifi Gargiolli <[email protected]>
-# Contributor: marc0s <[email protected]>
-
-pkgname=pcsc-tools
-pkgver=1.5.4
-pkgrel=1
-pkgdesc="PC/SC Architecture smartcard tools"
-arch=('x86_64')
-url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/";
-license=('GPL')
-depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
-makedepends=('pkg-config')
-validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 
<[email protected]>
-source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('c39e6abba781895220c68df5e5d2f0f9547c7a676eebec3f1ddcff8794377c93'
-            'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
-    --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: pcsc-tools/repos/community-x86_64/PKGBUILD (from rev 496189, 
pcsc-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-08-01 07:08:14 UTC (rev 496190)
@@ -0,0 +1,34 @@
+# Maintainer: Alad Wenter <[email protected]>
+# Maintainer: Christian Hesse <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Lorenzo Nizzi Grifi Gargiolli <[email protected]>
+# Contributor: marc0s <[email protected]>
+pkgname=pcsc-tools
+pkgver=1.5.4
+pkgrel=2
+pkgdesc="PC/SC Architecture smartcard tools"
+arch=('x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/";
+license=('GPL')
+depends=('pcsclite' 'pcsc-perl' 'glib-perl')
+makedepends=('pkg-config')
+optdepends=('perl-gtk3: gscriptor')
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 
<[email protected]>
+source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('c39e6abba781895220c68df5e5d2f0f9547c7a676eebec3f1ddcff8794377c93'
+            'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+    --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to