diff options
Diffstat (limited to 'systemd-zfs-partition-backup/AUR')
-rw-r--r-- | systemd-zfs-partition-backup/AUR/PKGBUILD | 2 | ||||
-rwxr-xr-x | systemd-zfs-partition-backup/AUR/getsha256sum.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/systemd-zfs-partition-backup/AUR/PKGBUILD b/systemd-zfs-partition-backup/AUR/PKGBUILD index 21acfb4..7b63126 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 | ) |
16 | source=("http://git.entwicklerseite.de/zfs-bash-tools/snapshot/zfs-bash-tools-master.tar.gz") | 16 | source=("http://git.entwicklerseite.de/zfs-bash-tools/snapshot/zfs-bash-tools-master.tar.gz") |
17 | sha256sums=('efb8f8f11401ffb8afc4ad228f9c6d6daffcd2451940d922a31b85076623a932') | 17 | sha256sums=('c4b26972196708138a17e096442b32af823e538c9b3415bab8c4416e6f5594b2') |
18 | 18 | ||
19 | package() { | 19 | package() { |
20 | install -D zfs-bash-tools-master/${pkgname}.sh \ | 20 | install -D zfs-bash-tools-master/${pkgname}.sh \ |
diff --git a/systemd-zfs-partition-backup/AUR/getsha256sum.sh b/systemd-zfs-partition-backup/AUR/getsha256sum.sh index df3d588..f90c850 100755 --- a/systemd-zfs-partition-backup/AUR/getsha256sum.sh +++ b/systemd-zfs-partition-backup/AUR/getsha256sum.sh | |||
@@ -14,7 +14,7 @@ ARCHIVE=$(mktemp --suffix=.tar.bz2) | |||
14 | echo $ARCHIVE | 14 | echo $ARCHIVE |
15 | 15 | ||
16 | cd $(git rev-parse --show-toplevel) | 16 | cd $(git rev-parse --show-toplevel) |
17 | git archive --format=tar.gz --prefix=zfs-bash-tools-master/ -o "$ARCHIVE" master | 17 | git archive --format=tar.gz --prefix=zfs-bash-tools-master/ -o "$ARCHIVE" HEAD |
18 | cd - > /dev/null | 18 | cd - > /dev/null |
19 | 19 | ||
20 | echo "# Archive content" | 20 | echo "# Archive content" |