summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 731716c74405..f8c1d99893a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = acr-git
pkgdesc = A fully compatible autoconf replacement
- pkgver = 20150714.104.125ba72
+ pkgver = 20230709.224.497e353
pkgrel = 1
url = http://nopcode.org
arch = any
@@ -10,8 +10,7 @@ pkgbase = acr-git
provides = acr
conflicts = acr
conflicts = acr-hg
- source = acr-git::git://github.com/radare/acr.git
+ source = acr-git::git+https://github.com/radare/acr.git
md5sums = SKIP
pkgname = acr-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 86a617743ee9..ad1e1bb8690c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=acr-git
-pkgver=20150714.104.125ba72
+pkgver=20230709.224.497e353
pkgrel=1
pkgdesc="A fully compatible autoconf replacement"
arch=('any')
@@ -10,7 +10,7 @@ makedepends=('git')
provides=('acr')
conflicts=('acr' 'acr-hg')
-source=("$pkgname"::"git://github.com/radare/acr.git")
+source=("$pkgname"::"git+https://github.com/radare/acr.git")
md5sums=('SKIP')
pkgver () {