summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Nielsen2022-06-12 14:15:41 +1000
committerAdam Nielsen2022-06-12 14:16:08 +1000
commitbf344723fd34e3ef7c101ed9300c1cf43c1b5547 (patch)
tree069d4182585002957263f01ad0c1961daa4f212b /PKGBUILD
parent17590e89a1ff121c262133b07ae6a278eeb56ca3 (diff)
downloadaur-adplug-git.tar.gz
Change protocol from `git` to `git+https`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 453170b06fde..320b6154b008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=adplug-git
pkgver=0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="AdLib sound player library"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('libbinio')
provides=('adplug')
conflicts=('adplug')
-source=("git://github.com/adplug/adplug.git")
+source=("git+https://github.com/adplug/adplug.git")
md5sums=('SKIP')
prepare() {