summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurentiu Nicola2016-04-13 16:03:14 +0300
committerLaurentiu Nicola2016-04-13 16:03:38 +0300
commit28fd4336f439597ae00f075ec4106c132433bab6 (patch)
tree49693c5917d01635eabd0234e66650fbf9a6b8e9
parente2023b38b4afd3a62ecc81ee4401494669ceb81e (diff)
downloadaur-28fd4336f439597ae00f075ec4106c132433bab6.tar.gz
Change dependency from zfs-utils-git to zfs-utils
-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')