summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Görtz2016-06-02 09:26:24 +0200
committerAlexander Görtz2016-06-02 09:26:24 +0200
commitebb2a1678221331e71823d615c9e1c909af8591c (patch)
tree231a77b0a0b8676de7ee1ef6f51024d8c74f0f24
parent959e5cf142b91ca819edb94de683d8288c163366 (diff)
downloadaur-ebb2a1678221331e71823d615c9e1c909af8591c.tar.gz
Add python2-setuptools make dependency and update version to 0.1.8
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6021cad92ea4..298e19ec81fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
-# Generated by makepkg 5.0.0
-# Thu Feb 18 13:45:57 UTC 2016
pkgbase = borgmatic
- pkgdesc = A simple Python wrapper script for the Attic backup software that initiates a backup and prunes any old backups according to a retention policy.
- pkgver = 0.1.7
+ pkgdesc = A simple Python wrapper script for the borg (and attic) backup software.
+ pkgver = 0.1.8
pkgrel = 1
url = http://torsion.org/atticmatic/
arch = any
license = GPL3
+ makedepends = python2-setuptools
depends = borg
optdepends = attic
provides = atticmatic
conflicts = atticmatic
- source = https://torsion.org/hg/atticmatic/archive/0.1.7.tar.gz
- sha256sums = 46e6f7e450a705fb13de628a1ce5d52548cf4da25b681bd2843f6a4345d82181
+ source = https://torsion.org/hg/atticmatic/archive/0.1.8.tar.gz
+ sha256sums = db563b154638c426a8a055dca015d90c19ee08ce69c6a6a0783ddc038646e12e
pkgname = borgmatic
diff --git a/PKGBUILD b/PKGBUILD
index a50187434cf6..dfbe6c8338a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,19 @@
pkgname=borgmatic
_pkgname=atticmatic
-pkgver=0.1.7
+pkgver=0.1.8
pkgrel=1
pkgdesc="A simple Python wrapper script for the borg (and attic) backup software."
arch=('any')
url="http://torsion.org/atticmatic/"
license=('GPL3')
depends=('borg')
+makedepends=('python2-setuptools')
optdepends=('attic')
source=("https://torsion.org/hg/$_pkgname/archive/$pkgver.tar.gz")
provides=('atticmatic')
conflicts=('atticmatic')
-sha256sums=('46e6f7e450a705fb13de628a1ce5d52548cf4da25b681bd2843f6a4345d82181')
+sha256sums=('db563b154638c426a8a055dca015d90c19ee08ce69c6a6a0783ddc038646e12e')
package() {