summarylogtreecommitdiffstats
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
parentc0dea01d825cc01feccc4d6dece15b8fb13f0f3e (diff)
downloadaur-mkinitcpio-sd-zfs-git.tar.gz
switch to use the git+https syntax v3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c21b790b573d..f9ea2bbd9d8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mkinitcpio-sd-zfs-git
pkgdesc = Compatibility between systemd and ZFS roots
pkgver = 1.0.2.r4.g1a36d4f
- pkgrel = 2
- url = git+https://github.com/dasJ/sd-zfs
+ pkgrel = 3
+ url = https://github.com/dasJ/sd-zfs
arch = any
license = MIT
depends = mkinitcpio
depends = systemd
conflicts = mkinitcpio-sd-zfs
- source = mkinitcpio-sd-zfs-git::git://github.com/dasJ/sd-zfs
+ source = mkinitcpio-sd-zfs-git::git+https://github.com/dasJ/sd-zfs
sha512sums = SKIP
pkgname = mkinitcpio-sd-zfs-git
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')