diff options
author | Genki Sky | 2018-08-13 18:10:18 -0400 |
---|---|---|
committer | Genki Sky | 2018-08-13 18:10:18 -0400 |
commit | b83bf56384060828cce26b554bb765657eb49698 (patch) | |
tree | c07d539fc9e26c8fb3030bfb47b820877ac934b4 | |
parent | 76825532aaa7f2c8cdc75e3cc1ff1e26748dd210 (diff) | |
download | aur-b83bf56384060828cce26b554bb765657eb49698.tar.gz |
fix: Specify git protocol
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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() { |