summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVianney le Clément de Saint-Marcq2021-11-06 12:54:35 +0100
committerVianney le Clément de Saint-Marcq2021-11-06 12:54:35 +0100
commit09e1632ae54bca6a755c35749056e58308586e17 (patch)
treef950f70f33653860815085f19cf363b808765a1b /PKGBUILD
parent2c381575adde591dc3e7c412587015844f88b7b2 (diff)
downloadaur-bootimgtool-git.tar.gz
Update git fetch protocol
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9b680fdabe6..672e7191b4b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=bootimgtool
pkgname=$_pkgname-git
pkgver=20150607.g9ccd962
-pkgrel=1
+pkgrel=2
pkgdesc="Android boot.img extractor/assembler handling multiple variants"
arch=('i686' 'x86_64')
url="https://github.com/vianney/bootimgtool"
license=('GPL3')
depends=('openssl')
makedepends=('git' 'cmake')
-source=("git://github.com/vianney/$_pkgname.git")
+source=("git+https://github.com/vianney/$_pkgname.git")
md5sums=('SKIP')
pkgver() {