summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Yan2019-05-25 17:47:13 +0000
committerFelix Yan2019-05-25 17:47:13 +0000
commit3ef2ae2efa9af87049b16dcb6ea4b21940246a6d (patch)
tree2912faf1f0298357d6b55d8a966553658f89a84a /PKGBUILD
parent4c4ad66953611ad8b0801b99394bea004140bd05 (diff)
downloadaur-3ef2ae2efa9af87049b16dcb6ea4b21940246a6d.tar.gz
fix arch
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')