summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiachen YANG2021-02-01 15:39:38 +0900
committerJiachen YANG2021-02-01 15:39:38 +0900
commit2ab0423deecf93dcf4e70519d38bbe82a5e125b6 (patch)
tree6e85b606f49d117539572676b8365bdbe2302e7e /PKGBUILD
parente01631d537422fe0f484a2a6abaa9b9daaed3607 (diff)
downloadaur-zograscope-git.tar.gz
zograscope-git: fix source array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbb82ee34474..2f8713b520c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jiachen YANG <farseerfc@gmail.com>
_pkgname=zograscope
pkgname=$_pkgname-git
-pkgver=r1063.b5434cb
+pkgver=r1089.aae6264
pkgrel=1
pkgdesc="syntax-aware diff that also provides a number of additional tools (zs-diff, zs-find, zs-gdiff, zs-hi, zs-stats)"
arch=(x86_64)
@@ -13,11 +13,11 @@ optdepends=('srcml: srcML related diff features')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("zograscope::git+$url.git"
-"cursed::https://code.reversed.top/user/xaizek/libcursed"
-"vle::https://code.reversed.top/user/xaizek/libvle")
+"cursed::git+https://code.reversed.top/user/xaizek/libcursed"
+"vle::git+https://code.reversed.top/user/xaizek/libvle")
md5sums=('SKIP'
- '896020e55eddd4a60c6a2f049b69428d'
- '76209f61ab1f0dbee12c68b238cf0d1d')
+ 'SKIP'
+ 'SKIP')
# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for
# a description of each element in the source array.