summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2020-04-29 01:53:57 +0300
committerJonian Guveli2020-04-29 01:53:57 +0300
commitf88fed4ea9ef1dbb346e75286493a41ed3de37a4 (patch)
tree3f2e79106d814eaac23b721939082cba06b159d4
parente54ea98ed7664dae2e384a8463159d3ccd257124 (diff)
downloadaur-f88fed4ea9ef1dbb346e75286493a41ed3de37a4.tar.gz
update source name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 650dfd5a0baf..71096d536cfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = redi-search
makedepends = git
makedepends = cmake
depends = redis
- source = redi-search::git+https://github.com/RediSearch/RediSearch
+ source = redi-search-1.6.12::git+https://github.com/RediSearch/RediSearch
md5sums = SKIP
pkgname = redi-search
diff --git a/PKGBUILD b/PKGBUILD
index f168aec66350..dd67b607d022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/RediSearch/RediSearch"
license=("Custom")
depends=("redis")
makedepends=("git" "cmake")
-source=("$pkgname::git+$url")
+source=("$pkgname-$pkgver::git+$url")
md5sums=("SKIP")
prepare() {