summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2016-03-26 21:09:33 -0400
committergraysky2016-03-26 21:09:33 -0400
commitdebcf52b4731128614cfc6effe7ceb4a59d51ace (patch)
treefe8f1402ba5ee0d0e01f3d4df797e74b810db2d2 /PKGBUILD
parent27f83ad57cf99fefa2c9042ba77ebbde8225d0c7 (diff)
downloadaur-debcf52b4731128614cfc6effe7ceb4a59d51ace.tar.gz
Update to 1.1.12-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2af218f7fbd4..df7b5094bbf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,20 @@
pkgname=('backintime' 'backintime-cli')
_pkgname="backintime"
pkgver=1.1.12
-pkgrel=2
+pkgrel=3
arch=('any')
url="https://github.com/bit-team/backintime"
license=('GPL')
makedepends=('python')
-source=("https://github.com/bit-team/$_pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('76036de6abdf5a2b2fbf66311c369dce7e3755fa778e5f01aa49bc2be68eb9f1')
+source=("https://github.com/bit-team/$_pkgname/archive/v$pkgver.tar.gz"
+'pkexec1.1.12.patch')
+sha256sums=('76036de6abdf5a2b2fbf66311c369dce7e3755fa778e5f01aa49bc2be68eb9f1'
+ 'b5be2317976db5d946047b5daa7ef75b029498225a9bb2763a18c93b07686e5e')
-#prepare() {
-# cd "$_pkgname-$pkgver/common"
-# patch -i "$srcdir/Fix_bug_473-AttributeError.patch"
-#}
+prepare() {
+ cd "$_pkgname-$pkgver/qt4"
+ patch -i "$srcdir/pkexec1.1.12.patch"
+}
build() {
cd "$_pkgname-$pkgver/common"