summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenki Sky2018-08-13 18:10:18 -0400
committerGenki Sky2018-08-13 18:10:18 -0400
commitb83bf56384060828cce26b554bb765657eb49698 (patch)
treec07d539fc9e26c8fb3030bfb47b820877ac934b4
parent76825532aaa7f2c8cdc75e3cc1ff1e26748dd210 (diff)
downloadaur-b83bf56384060828cce26b554bb765657eb49698.tar.gz
fix: Specify git protocol
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c5e1c647538..ca0e5ed035fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libjit-git
pkgdesc = Generic just-in-time compiler library
pkgver = 1
- pkgrel = 2
+ pkgrel = 3
url = https://www.gnu.org/software/libjit/
arch = x86_64
license = LGPL
makedepends = git
provides = libjit
conflicts = libjit
- source = https://git.savannah.gnu.org/libjit.git
+ source = git+https://git.savannah.gnu.org/libjit.git
md5sums = SKIP
pkgname = libjit-git
diff --git a/PKGBUILD b/PKGBUILD
index ae51aafb6e8a..3311c2922079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libjit-git
pkgver=1
-pkgrel=2
+pkgrel=3
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=('https://git.savannah.gnu.org/libjit.git')
+source=('git+https://git.savannah.gnu.org/libjit.git')
md5sums=('SKIP')
pkgver() {