summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDennis Vestergaard Værum2022-03-18 18:52:56 +0100
committerDennis Vestergaard Værum2022-03-18 18:52:56 +0100
commit19464ce40e6baa79937b08810533596f05f88458 (patch)
tree99c6dfcc18286a4154844d4550397fa2dcd3661b /PKGBUILD
parentc0dea01d825cc01feccc4d6dece15b8fb13f0f3e (diff)
downloadaur-19464ce40e6baa79937b08810533596f05f88458.tar.gz
switch to use the git+https syntax v3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff3b1a6c59b6..77ba81838571 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=mkinitcpio-sd-zfs-git
pkgver=1.0.2.r4.g1a36d4f
-pkgrel=2
+pkgrel=3
pkgdesc='Compatibility between systemd and ZFS roots'
license=('MIT')
-url='git+https://github.com/dasJ/sd-zfs'
+url='https://github.com/dasJ/sd-zfs'
conflicts=('mkinitcpio-sd-zfs')
depends=('mkinitcpio' 'systemd')
-source=("$pkgname"::"git://github.com/dasJ/sd-zfs")
+source=("$pkgname"::"git+https://github.com/dasJ/sd-zfs")
sha512sums=('SKIP')
arch=('any')