summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopolon2023-11-12 16:43:50 +0100
committerPopolon2023-11-12 16:43:50 +0100
commit6ea179f7bbaa35b79c3255daca7e956a72f2f570 (patch)
tree96aab1908da08379d6bee621850bb6e5c1524591
parentc39b705a19fd014397d1194f588cfd12ab1f5cfe (diff)
downloadaur-python-pyguetzli.tar.gz
replace any by several archs in arch, as it compile parts in machine code
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce0edd3c5de..1760c4fd8bba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = python-pyguetzli
pkgdesc = Python binding for Google’s Guetzli library
pkgver = 1.0.15
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/wanadev/pyguetzli
- arch = any
+ arch = x86_64
+ arch = armv7h
+ arch = aarch64
+ arch = riscv32
+ arch = riscv64
license = Apache-2.0
makedepends = python-setuptools
depends = python
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')