summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122016-08-01 18:20:45 +0200
committerwillemw122016-08-01 18:20:45 +0200
commit47ab9da2679f27ad1019dc30da0eb455458af89e (patch)
tree4f2d6ab12e58f794af697b6b33f973213d960dab /PKGBUILD
parentbf64af46fbd64428e76c69161ebc12dfd192174a (diff)
downloadaur-47ab9da2679f27ad1019dc30da0eb455458af89e.tar.gz
Add 'python-dbus' and 'python-keyring' makedepends. Comment out check().
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
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."