summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen YANG2021-02-01 15:39:38 +0900
committerJiachen YANG2021-02-01 15:39:38 +0900
commit2ab0423deecf93dcf4e70519d38bbe82a5e125b6 (patch)
tree6e85b606f49d117539572676b8365bdbe2302e7e
parente01631d537422fe0f484a2a6abaa9b9daaed3607 (diff)
downloadaur-zograscope-git.tar.gz
zograscope-git: fix source array
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2f893c9647c..30c025f3c4cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zograscope-git
pkgdesc = syntax-aware diff that also provides a number of additional tools (zs-diff, zs-find, zs-gdiff, zs-hi, zs-stats)
- pkgver = r1063.b5434cb
+ pkgver = r1089.aae6264
pkgrel = 1
url = https://github.com/xaizek/zograscope
arch = x86_64
@@ -17,10 +17,10 @@ pkgbase = zograscope-git
provides = zograscope
conflicts = zograscope
source = zograscope::git+https://github.com/xaizek/zograscope.git
- source = cursed::https://code.reversed.top/user/xaizek/libcursed
- source = vle::https://code.reversed.top/user/xaizek/libvle
+ source = cursed::git+https://code.reversed.top/user/xaizek/libcursed
+ source = vle::git+https://code.reversed.top/user/xaizek/libvle
+ md5sums = SKIP
+ md5sums = SKIP
md5sums = SKIP
- md5sums = 896020e55eddd4a60c6a2f049b69428d
- md5sums = 76209f61ab1f0dbee12c68b238cf0d1d
pkgname = zograscope-git
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.