From 56a52c740961dff05b618addae84bb7d35954390 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 12 Jul 2020 13:14:56 +0200 Subject: Improved README --- systemd-zfs-partition-backup/AUR/PKGBUILD | 2 +- systemd-zfs-partition-backup/AUR/getsha256sum.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'systemd-zfs-partition-backup/AUR') 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=( 'rsync' ) source=("http://git.entwicklerseite.de/zfs-bash-tools/snapshot/zfs-bash-tools-master.tar.gz") -sha256sums=('efb8f8f11401ffb8afc4ad228f9c6d6daffcd2451940d922a31b85076623a932') +sha256sums=('c4b26972196708138a17e096442b32af823e538c9b3415bab8c4416e6f5594b2') package() { 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) echo $ARCHIVE cd $(git rev-parse --show-toplevel) -git archive --format=tar.gz --prefix=zfs-bash-tools-master/ -o "$ARCHIVE" master +git archive --format=tar.gz --prefix=zfs-bash-tools-master/ -o "$ARCHIVE" HEAD cd - > /dev/null echo "# Archive content" -- cgit v1.2.3