summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2021-08-12 13:22:37 +0200
committerPellegrino Prevete2021-08-12 13:22:37 +0200
commitc6a8c3856f5d69182136512d39c8f73054a8d06b (patch)
treefcc2b7e526442437966e28c752470171ca468ebb
parent6e717fb03bf76499c65497fc6a1c702f292ca785 (diff)
downloadaur-c6a8c3856f5d69182136512d39c8f73054a8d06b.tar.gz
fix by John Beard
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c2f1413c12c..92a8753b782a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>
+# Contributor: John Beard <john.j.beard@gmail.com>
_pkgname=daty
pkgname=$_pkgname-git
pkgver=1.0beta+78+g81b9736
-pkgrel=3
+pkgrel=4
pkgdesc='Daty Wikidata Editor'
url='https://gitlab.gnome.org/World/daty'
license=('AGPLv3')
@@ -12,7 +13,7 @@ depends=('libhandy0' 'python-appdirs' 'python-bleach' 'python-beautifulsoup4' 'p
makedepends=('git' 'python-setuptools')
provides=($_pkgname)
conflicts=($_pkgname)
-source=('$_pkgname::git+https://gitlab.gnome.org/World/Daty.git')
+source=("$_pkgname::git+$url.git")
sha512sums=('SKIP')
pkgver() {