summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2022-04-01 01:57:16 +0000
committerPellegrino Prevete2022-07-12 11:11:01 +0000
commit91109d69845e5576a3c8ce4fe2055c10ce529295 (patch)
treee7c40969af5721454077a2506a4799abdcf7131e
parentee554a75f17c9c4749b6ac82118ef37b342c958d (diff)
downloadaur-91109d69845e5576a3c8ce4fe2055c10ce529295.tar.gz
switch to specific architecture
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53ead36bce7d..5c70bdf22772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# shellcheck disable=SC2034
_pkgname=daty
pkgname=$_pkgname-git
-pkgver=1.0beta+78+g81b9736
-pkgrel=4
+pkgver=1.0beta+81+g1a5dce4
+pkgrel=1
pkgdesc='Daty Wikidata Editor'
url='https://gitlab.gnome.org/World/daty'
license=('AGPLv3')
-arch=('any')
+arch=('x86_64')
depends=('libhandy0' 'python-appdirs' 'python-bleach' 'python-beautifulsoup4' 'python-gobject' 'python-requests' 'python-setproctitle' 'python-pywikibot')
makedepends=('git' 'python-setuptools')
provides=($_pkgname)