summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraimileus2018-01-29 20:47:48 +0100
committeraimileus2018-01-29 20:47:48 +0100
commit6c58911786cd87ca117cc3da7f6b1414406b6c5b (patch)
treee444ab2e63686a41d3f2ac1022544d1c79202da2
parentd005f33a6cef7f23ccc9da63e046daf6c75491ae (diff)
downloadaur-6c58911786cd87ca117cc3da7f6b1414406b6c5b.tar.gz
Remove i686 arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b37046a6173..b809a8302bb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = paperkey
pkgdesc = Make long term backups of OpenPGP keys by printing only the secret bits on paper.
pkgver = 1.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.jabberwocky.com/software/paperkey/
- arch = i686
arch = x86_64
license = GPL2
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index e5de0b947356..23d6b9a88ba2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=paperkey
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Make long term backups of OpenPGP keys by printing only the secret bits on paper."
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.jabberwocky.com/software/paperkey/"
license=('GPL2')
depends=('glibc')