summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDennis Vestergaard Værum2021-05-13 20:02:08 +0200
committerDennis Vestergaard Værum2021-05-13 20:02:45 +0200
commit318eaaf360e649418cc81c6ef7f1bef21d75ec55 (patch)
tree3453b7c15d3bf2075249328578c09d1af61f68e0 /PKGBUILD
parentf8c43b59966195f47bc7aa286952c576d4361bcf (diff)
downloadaur-mkinitcpio-sd-zfs.tar.gz
reverted to version v1.0.2, because anything newer breaks persons setup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02d38e8209c3..1bca62b5473f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer (old): Janne Heß <jannehess@gmail.com>
pkgname=mkinitcpio-sd-zfs
-pkgver=1.0.3
+pkgver=1.0.2
pkgrel=1
pkgdesc='Compatibility between systemd and ZFS roots'
license=('MIT')
@@ -10,10 +10,13 @@ url='https://github.com/dasJ/sd-zfs'
conflicts=('mkinitcpio-sd-zfs-git')
depends=('mkinitcpio' 'systemd')
-#source=("https://github.com/dasJ/sd-zfs/archive/v${pkgver}.tar.gz")
-_git_commit="1a36d4fd85377c0b323d8f2ca2039770e5a0fee4"
-source=("https://github.com/dasJ/sd-zfs/archive/${_git_commit}.tar.gz")
-sha512sums=('a0669969a6bc430d502d3b93b2fe5626c115735df3452c368a906e6da0f9a0b41b2159b4cf4c9afc59a87818d289a7e473f686dd230df70db1e469e968a655c9')
+source=("https://github.com/dasJ/sd-zfs/archive/v${pkgver}.tar.gz")
+sha512sums=('04ceb91cf0c1d54a787ab3ac028c4b930eb948ee71d1b07b45b8faa8cbae08a3458f0d2f9e076ea8f19a344cc44a9e155ec59f4f5f4e45ef0d851b2ac12880b8')
+
+#_git_commit="1a36d4fd85377c0b323d8f2ca2039770e5a0fee4"
+#source=("https://github.com/dasJ/sd-zfs/archive/${_git_commit}.tar.gz")
+#sha512sums=('a0669969a6bc430d502d3b93b2fe5626c115735df3452c368a906e6da0f9a0b41b2159b4cf4c9afc59a87818d289a7e473f686dd230df70db1e469e968a655c9')
+
arch=('any')
_src_dir="sd-zfs-${_git_commit:-${pkgver}}"