summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b778f534d6ac..07baa607aa71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=python-first
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Return the first true value of an iterable"
url="https://github.com/hynek/first"
license=('MIT')
-arch=('x86_64')
+arch=('any')
depends=('python')
makedepends=('python-setuptools')
checkdepends=('python-pytest-runner')