summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenki Sky2018-08-21 21:52:52 -0400
committerGenki Sky2018-08-21 21:52:52 -0400
commit69cab4c6ca71a945d43fec8191a7030017e01857 (patch)
treea8718867acf283f28b75901223865dc6681454c2
parentb83bf56384060828cce26b554bb765657eb49698 (diff)
downloadaur-69cab4c6ca71a945d43fec8191a7030017e01857.tar.gz
Update source URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca0e5ed035fb..68f847ce454d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libjit-git
pkgdesc = Generic just-in-time compiler library
pkgver = 1
- pkgrel = 3
+ pkgrel = 4
url = https://www.gnu.org/software/libjit/
arch = x86_64
license = LGPL
makedepends = git
provides = libjit
conflicts = libjit
- source = git+https://git.savannah.gnu.org/libjit.git
+ source = git+https://git.savannah.gnu.org/git/libjit.git
md5sums = SKIP
pkgname = libjit-git
diff --git a/PKGBUILD b/PKGBUILD
index 3311c2922079..f695cef847f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libjit-git
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc='Generic just-in-time compiler library'
arch=('x86_64')
url='https://www.gnu.org/software/libjit/'
@@ -10,7 +10,7 @@ license=('LGPL')
makedepends=('git')
provides=('libjit')
conflicts=('libjit')
-source=('git+https://git.savannah.gnu.org/libjit.git')
+source=('git+https://git.savannah.gnu.org/git/libjit.git')
md5sums=('SKIP')
pkgver() {