summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-08-22 13:10:57 -0400
committergraysky2015-08-22 13:10:57 -0400
commit322b2ee50894749f2ad2f988d7eb9d46b9bce116 (patch)
tree06cfd8be26515c1d67f7ec1ab4cb4f48a79f538e
parentb05ccc36f251943c8ae6d597e87b4b2c41f0b9d2 (diff)
downloadaur-322b2ee50894749f2ad2f988d7eb9d46b9bce116.tar.gz
Update to 1.1.6-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65ac639d7d2b..3a293e3eed99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = backintime
pkgver = 1.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/backintime
arch = any
license = GPL
@@ -19,7 +19,7 @@ pkgname = backintime
depends = ttf-font
depends = icu
depends = polkit
- optdepends = kdesdk-kompare: diff/patch frontend
+ optdepends = kompare: diff/patch frontend
optdepends = meld: diff/patch frontend
optdepends = python-keyring: store and access passwords safely
conflicts = backintime<1.1.0
diff --git a/PKGBUILD b/PKGBUILD
index 8015d60bf1fe..1b68b4c19d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('backintime' 'backintime-cli')
_pkgname="backintime"
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://launchpad.net/backintime"
license=('GPL')
@@ -46,8 +46,8 @@ package_backintime() {
depends=("backintime-cli=$pkgver" 'xorg-xdpyinfo' 'python-pyqt4' 'libnotify'
'ttf-font' 'icu' 'polkit')
- # note users can optionally install EITHER kdesdk-kompare OR meld but not both!
- optdepends=('kdesdk-kompare: diff/patch frontend'
+ # note users can optionally install EITHER kompare OR meld but not both!
+ optdepends=('kompare: diff/patch frontend'
'meld: diff/patch frontend'
'python-keyring: store and access passwords safely')
conflicts=("backintime<1.1.0")