summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgor Saric2022-03-26 15:40:00 +0100
committerIgor Saric2022-03-26 15:40:00 +0100
commit5666402eb07d532df5c197d9461f43b825c95ccf (patch)
treebd40ff91ab87755314ded8374b1519ef2f646f2e /PKGBUILD
parent2528bcf43c1917b45e5b2ece4b29b6aed1d2685c (diff)
downloadaur-5666402eb07d532df5c197d9461f43b825c95ccf.tar.gz
fix git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a0ec1e0bebb..d7d1c71e6ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gitname=minirc-ng
_version=1.2
pkgname=${_gitname}-git
pkgver=${_version}.b1e8407
-pkgrel=1
+pkgrel=2
pkgdesc="Minimalistic init script (ng)"
arch=('any')
url="https://github.com/karabaja4/${_gitname}"
@@ -15,7 +15,7 @@ makedepends=('git')
optdepends=('systemd: udev implementation')
conflicts=('systemd-sysvcompat' 'sysvinit')
backup=('etc/minirc.json' 'etc/minirc.local' 'etc/minirc.local.shutdown')
-source=("git://github.com/karabaja4/${_gitname}.git")
+source=("https://github.com/karabaja4/${_gitname}.git")
md5sums=('SKIP')
prepare() {