aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systemd-zfs-partition-backup/AUR/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd-zfs-partition-backup/AUR/PKGBUILD b/systemd-zfs-partition-backup/AUR/PKGBUILD
index 7b63126..39b4e4c 100644
--- a/systemd-zfs-partition-backup/AUR/PKGBUILD
+++ b/systemd-zfs-partition-backup/AUR/PKGBUILD
@@ -14,7 +14,7 @@ depends=(
14 'rsync' 14 'rsync'
15) 15)
16source=("http://git.entwicklerseite.de/zfs-bash-tools/snapshot/zfs-bash-tools-master.tar.gz") 16source=("http://git.entwicklerseite.de/zfs-bash-tools/snapshot/zfs-bash-tools-master.tar.gz")
17sha256sums=('c4b26972196708138a17e096442b32af823e538c9b3415bab8c4416e6f5594b2') 17sha256sums=('2930678316eb0a6e67ab29f2ad378ea4d6e90ec49870742d68f78278c1a949e3')
18 18
19package() { 19package() {
20 install -D zfs-bash-tools-master/${pkgname}.sh \ 20 install -D zfs-bash-tools-master/${pkgname}.sh \
..