diff options
author | Max Christian Pohle | 2020-07-11 21:10:32 +0200 |
---|---|---|
committer | Max Christian Pohle | 2020-07-11 21:10:32 +0200 |
commit | f3df719ec0949a605d95cfa174f8ad581d25408f (patch) | |
tree | 46c70a7eeeaaeea5e5bf338cb6cf6499cda16dd2 /systemd-zfs-partition-backup/AUR/PKGBUILD | |
parent | 111ea82d7872a140c0d097ec1624c8954d6da5c5 (diff) | |
download | zfs-bash-tools-f3df719ec0949a605d95cfa174f8ad581d25408f.tar.bz2 zfs-bash-tools-f3df719ec0949a605d95cfa174f8ad581d25408f.zip |
Fixed sha256sum and the script to produce it
Diffstat (limited to 'systemd-zfs-partition-backup/AUR/PKGBUILD')
-rw-r--r-- | systemd-zfs-partition-backup/AUR/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd-zfs-partition-backup/AUR/PKGBUILD b/systemd-zfs-partition-backup/AUR/PKGBUILD index 04efc57..7203915 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 | ) |
15 | source=("http://git.entwicklerseite.de/zfs-bash-tools/snapshot/zfs-bash-tools-master.tar.gz") | 15 | source=("http://git.entwicklerseite.de/zfs-bash-tools/snapshot/zfs-bash-tools-master.tar.gz") |
16 | sha256sums=('8e9fda1fb852eae1605f7f53c1f98b57953357fa9077b57e699c26fbde6bd436') | 16 | sha256sums=('a8636f9fba3129feb07075daa802b47d6c338d35823a9bb8e3685efa799d1c3a') |
17 | 17 | ||
18 | package() { | 18 | package() { |
19 | install -D zfs-bash-tools-master/${pkgname}.sh ../pkg/${pkgname}/usr/bin/${pkgname}.sh | 19 | install -D zfs-bash-tools-master/${pkgname}.sh ../pkg/${pkgname}/usr/bin/${pkgname}.sh |