summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Michel2018-01-06 19:08:09 +0100
committerRaphael Michel2018-01-06 19:08:09 +0100
commit08ebcf519207f423f7b663bd34498e842941bc6a (patch)
tree5b00833b80633163631bd700c6daff0093972f57
parentbe481a84004233d6004b821a3cc305480e1c0810 (diff)
downloadaur-08ebcf519207f423f7b663bd34498e842941bc6a.tar.gz
Remove i386
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55480d67f6a5..91c5b3a823fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = pretixdesk-git
pkgver = r71.a61e9c1
pkgrel = 1
url = https://pretix.eu
- arch = i686
arch = x86_64
license = GPL
makedepends = jdk>=9
diff --git a/PKGBUILD b/PKGBUILD
index 1b403bd6f9f3..3ef16891d04d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=$_pkgname-git
pkgver=r71.a61e9c1
pkgrel=1
pkgdesc="Desktop application for attendee check-in with the pretix ticketing system"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('GPL')
url="https://pretix.eu"
depends=('jdk>=9' 'bash' 'sqlite')