summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122016-08-01 18:20:45 +0200
committerwillemw122016-08-01 18:20:45 +0200
commit47ab9da2679f27ad1019dc30da0eb455458af89e (patch)
tree4f2d6ab12e58f794af697b6b33f973213d960dab
parentbf64af46fbd64428e76c69161ebc12dfd192174a (diff)
downloadaur-47ab9da2679f27ad1019dc30da0eb455458af89e.tar.gz
Add 'python-dbus' and 'python-keyring' makedepends. Comment out check().
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d98985b1282d..0ee992449cd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = backintime-git
pkgver = 1.1.12.r246.g684211d
- pkgrel = 1
+ pkgrel = 2
url = http://backintime.le-web.org
arch = any
license = GPL
makedepends = git
- makedepends = python
+ makedepends = openssh
+ makedepends = python-dbus
+ makedepends = python-keyring
source = backintime::git://github.com/bit-team/backintime.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a617844aa9f0..d61ea1a55aa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=backintime
pkgname=($_pkgname-git $_pkgname-cli-git)
pkgver=1.1.12.r246.g684211d
-pkgrel=1
+pkgrel=2
url="http://backintime.le-web.org"
license=('GPL')
arch=('any')
-makedepends=('git' 'python')
+makedepends=('git' 'openssh' 'python-dbus' 'python-keyring')
source=($_pkgname::git://github.com/bit-team/backintime.git)
md5sums=('SKIP')
# https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
@@ -32,10 +32,10 @@ build() {
make
}
-check() {
- cd $_pkgname/common
- make test
-}
+#check() {
+# cd $_pkgname/common
+# make test
+#}
package_backintime-cli-git() {
pkgdesc="Simple backup/snapshot system inspired by Flyback and TimeVault. CLI version."