aboutsummaryrefslogtreecommitdiff
path: root/systemd-zfs-partition-backup
diff options
context:
space:
mode:
authorMax Christian Pohle2020-07-12 00:45:52 +0200
committerMax Christian Pohle2020-07-12 00:45:52 +0200
commit390e12c0ba21858f2d4c967b769768d6d1b9bace (patch)
tree449fa046287ce0a083cdde07aff9ccddf3a49956 /systemd-zfs-partition-backup
parentb185519ab94adb59734f40267c80f93f3ef88b2b (diff)
downloadzfs-bash-tools-390e12c0ba21858f2d4c967b769768d6d1b9bace.tar.bz2
zfs-bash-tools-390e12c0ba21858f2d4c967b769768d6d1b9bace.zip
Now successfully tested.
Diffstat (limited to 'systemd-zfs-partition-backup')
-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 8150e9b..b0fd026 100644
--- a/systemd-zfs-partition-backup/AUR/PKGBUILD
+++ b/systemd-zfs-partition-backup/AUR/PKGBUILD
@@ -13,7 +13,7 @@ depends=(
13 'mkinitcpio' 13 'mkinitcpio'
14) 14)
15source=("http://git.entwicklerseite.de/zfs-bash-tools/snapshot/zfs-bash-tools-master.tar.gz") 15source=("http://git.entwicklerseite.de/zfs-bash-tools/snapshot/zfs-bash-tools-master.tar.gz")
16sha256sums=('a6089d8abb9c5a433f0f1513194b726f7c6072849891e1922cd664be79cc4df0') 16sha256sums=('ef17307fcf662f867b98e6b5d883f2eb9fcd1f38205d516d9f85f53787ed58f1')
17 17
18package() { 18package() {
19 install -D zfs-bash-tools-master/${pkgname}.sh \ 19 install -D zfs-bash-tools-master/${pkgname}.sh \
..