summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8e8ad54b956..d3e678638e0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = systemd-zpool-scrub
pkgdesc = Systemd service for automatic ZFS zpool scrubbing
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lnicola/systemd-zpool-scrub
arch = any
license = MIT
- depends = zfs-utils-git
+ depends = zfs-utils
source = git+https://github.com/lnicola/systemd-zpool-scrub.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index eb7e275e68e4..d89a45b62e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Laurentiu Nicola <lnicola@dend.ro>
pkgname=systemd-zpool-scrub
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Systemd service for automatic ZFS zpool scrubbing"
arch=('any')
url="https://github.com/lnicola/systemd-zpool-scrub"
license=('MIT')
-depends=('zfs-utils-git')
+depends=('zfs-utils')
source=("git+https://github.com/lnicola/systemd-zpool-scrub.git")
md5sums=('SKIP')