summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2019-08-28 15:15:19 +0200
committerKr1ss2019-08-28 15:15:19 +0200
commit0ac8a387236951ab8681c6cfdb1cec2360d5e6f7 (patch)
treeaeb7e96b791cc67ce6fb435bffb46226f27a8156
parentbf5d6ac9f90f6677cda0b16eb11e3033b9178743 (diff)
downloadaur-0ac8a387236951ab8681c6cfdb1cec2360d5e6f7.tar.gz
limit architecture to x86_64 due to pyqt5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb2bdf0f1d1a..19ab080edfb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = dupliseek-git
pkgdesc = Duplicate image finder written in Python/Qt5
pkgver = 0.0.2alpha.r55.3ce09f8
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/magnusmj/dupliseek
- arch = any
+ arch = x86_64
license = MIT
makedepends = git
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 1b200c75d4f2..c411b98c752a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=dupliseek-git
pkgver() { git -C "${pkgname%-git}" describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'; }
pkgver=0.0.2alpha.r55.3ce09f8
-pkgrel=1
+pkgrel=2
pkgdesc='Duplicate image finder written in Python/Qt5'
-arch=('any')
+arch=('x86_64')
url="https://gitlab.com/magnusmj/${pkgname%-git}"
license=('MIT')