summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b4f6844f8dd..35864370f241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,19 @@
# Maintainer: J. Nathanael Philipp <nathanael@philipp.land>
pkgname=backup
-pkgver=0.4.1
+pkgver=0.5.0
pkgrel=1
-pkgdesc="Python wrapper for rsync"
+pkgdesc="Easily configure and reproducibly run complex backups"
arch=("any")
url="https://github.com/jnphilipp/backup"
license=("GPL3+")
makedepends=("git" "help2man")
-depends=("python" "python-lxml" "rsync")
-optdepends=("python-notify2: Desktop notifications")
-source=("git://github.com/jnphilipp/backup.git")
+depends=("python" "python-lxml")
+optdepends=(
+ "rsync: as backup tool"
+ "tar: as backup tool or for snapshots"
+ "python-notify2: Desktop notifications"
+)
+source=("git+https://github.com/jnphilipp/backup.git")
md5sums=(SKIP)
package() {