summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f7cc13d0e73..ee6bf8ea6734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = backup
- pkgdesc = Python wrapper for rsync
- pkgver = 0.4.1
+ pkgdesc = Easily configure and reproducibly run complex backups
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/jnphilipp/backup
arch = any
@@ -9,9 +9,10 @@ pkgbase = backup
makedepends = help2man
depends = python
depends = python-lxml
- depends = rsync
+ optdepends = rsync: as backup tool
+ optdepends = tar: as backup tool or for snapshots
optdepends = python-notify2: Desktop notifications
- source = git://github.com/jnphilipp/backup.git
+ source = git+https://github.com/jnphilipp/backup.git
md5sums = SKIP
pkgname = backup
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() {