summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlemust832020-02-28 23:39:33 +0100
committerlemust832020-02-28 23:39:33 +0100
commit81f34e4d8b56c06a6112d3eac240b17839de3e0d (patch)
tree3edce0aeea139cf1779193da03b9b7c06ed39f01 /PKGBUILD
parentb582ff1b19bc9902607a6992f6091157a955ac24 (diff)
downloadaur-81f34e4d8b56c06a6112d3eac240b17839de3e0d.tar.gz
Add arm7h arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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
+}
+