summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bb562deae78..3947f4d33d47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = cardpeek
pkgdesc = A tool to read-only the contents of smartcards
pkgver = 0.8.4
- pkgrel = 1
+ pkgrel = 2
url = http://pannetrat.com/Cardpeek
+ arch = armv7h
arch = i686
arch = x86_64
- license = GPL
+ license = GPL3
depends = gtk3
depends = lua52
depends = pcsclite
diff --git a/PKGBUILD b/PKGBUILD
index 6acd80a0f9d4..8a821bdc11dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=cardpeek
pkgver=0.8.4
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to read-only the contents of smartcards"
-arch=(i686 x86_64)
+arch=('armv7h' 'i686' 'x86_64')
url="http://pannetrat.com/Cardpeek"
-license=('GPL')
+license=('GPL3')
depends=('gtk3' 'lua52' 'pcsclite' 'curl')
source=("http://downloads.pannetrat.com/install/${pkgname}-${pkgver}.tar.gz")
@@ -22,4 +22,5 @@ build() {
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="$pkgdir/" install
-} \ No newline at end of file
+}
+