diff options
author | Erich Eckner <git@eckner.net> | 2023-01-15 20:42:23 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:15:05 +0100 |
commit | b9fb8d546b9b8805faec0175341c0ac9158e309f (patch) | |
tree | cc07cff9fb18f67c9c3ce7640fbfe5c3a821117f /python-mapbox-earcut/PKGBUILD | |
parent | ae5ef4980f638bf97eafb207fd08389cc8def466 (diff) | |
download | archlinuxewe-b9fb8d546b9b8805faec0175341c0ac9158e309f.tar.xz |
python-mapbox-earcut new
Diffstat (limited to 'python-mapbox-earcut/PKGBUILD')
-rw-r--r-- | python-mapbox-earcut/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-mapbox-earcut/PKGBUILD b/python-mapbox-earcut/PKGBUILD index a520b022d..a648ba8d7 100644 --- a/python-mapbox-earcut/PKGBUILD +++ b/python-mapbox-earcut/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.0.1 pkgrel=1 pkgdesc="Python bindings for the C++ implementation of the Mapbox Earcut library." -arch=('any') +arch=('x86_64') license=('custom') url="https://github.com/skogler/mapbox_earcut_python" |