aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2020-07-12 20:34:50 +0200
committerMax Christian Pohle2020-07-12 20:34:50 +0200
commitf1ab24e775479eabbad928d889f7c0cfe792d7c5 (patch)
tree4980485614005bdc00e39980bfd9611165d39d8f
parentd1d3edf274b9cf279391250d5cd0a0f066620c2d (diff)
downloadzfs-bash-tools-f1ab24e775479eabbad928d889f7c0cfe792d7c5.tar.bz2
zfs-bash-tools-f1ab24e775479eabbad928d889f7c0cfe792d7c5.zip
New PKGBUILD
-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 0e9bb61..eb652cb 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=('29c76162a6d07e9fbd395fe27112032c7f2fb18a8ea13ded4ac2bef432b14f34') 17sha256sums=('65135ab236c12ef75f1e0706963208a9e72123379056d9c0b5f8d237e30fde61')
18 18
19package() { 19package() {
20 install -D zfs-bash-tools-master/${pkgname}.sh \ 20 install -D zfs-bash-tools-master/${pkgname}.sh \
..