diff options
author | Max Christian Pohle | 2020-07-12 17:39:52 +0200 |
---|---|---|
committer | Max Christian Pohle | 2020-07-12 17:39:52 +0200 |
commit | f42c57f1f180928991bee7e7914d3b325d318f56 (patch) | |
tree | 85e22adeb78a3f7ffd8cd36c53d3ce959913cdbe /systemd-zfs-partition-backup/AUR/PKGBUILD | |
parent | 186a861ac7af7cf4650f4ecf43ee74197c1e6cad (diff) | |
download | zfs-bash-tools-f42c57f1f180928991bee7e7914d3b325d318f56.tar.bz2 zfs-bash-tools-f42c57f1f180928991bee7e7914d3b325d318f56.zip |
Fixed many issues
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 39b4e4c..d2543f6 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=('2930678316eb0a6e67ab29f2ad378ea4d6e90ec49870742d68f78278c1a949e3') | 17 | sha256sums=('b89036a82f8ab86214016514931e7921027efdcaedeadaec0776a5eb94e33d18') |
18 | 18 | ||
19 | package() { | 19 | package() { |
20 | install -D zfs-bash-tools-master/${pkgname}.sh \ | 20 | install -D zfs-bash-tools-master/${pkgname}.sh \ |