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 c603853c0a01..839c0cd47def 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_module=pyguetzli
pkgname=python-${_module}
pkgver=1.0.15
-pkgrel=2
+pkgrel=3
pkgdesc="Python binding for Google’s Guetzli library"
-arch=('any')
+arch=(x86_64 armv7h aarch64 riscv32 riscv64)
url="https://github.com/wanadev/pyguetzli"
license=('Apache-2.0')
makedepends=('python-setuptools')