summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2017-03-06 16:56:19 -0500
committergraysky2017-03-06 16:56:19 -0500
commitbed3545189884f0c842f94fdb180a3f5064ac6fb (patch)
treeea44aaa2bd7cd261244a1105878da1c1fbd5fa07 /PKGBUILD
parent5c1903d7e5b8f1f5da8dc48d868359460a5eac4e (diff)
downloadaur-bed3545189884f0c842f94fdb180a3f5064ac6fb.tar.gz
Update to 1.1.14-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a05f6ebc2da..892132d62f2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,19 @@
pkgname=('backintime' 'backintime-cli')
_pkgname="backintime"
-pkgver=1.1.12
-pkgrel=4
+pkgver=1.1.14
+pkgrel=1
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"
-'pkexec1.1.12.patch'
-'keyring1.1.12.patch')
-sha256sums=('76036de6abdf5a2b2fbf66311c369dce7e3755fa778e5f01aa49bc2be68eb9f1'
- 'b5be2317976db5d946047b5daa7ef75b029498225a9bb2763a18c93b07686e5e'
- '9ae26aa553b7917771b97c3f0b16459ea0f79130a7505b09f1feba93d96c1025')
+source=("https://github.com/bit-team/$_pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('d97e1446434afc4694677fcb278fe84f9757f1ff62dcf71c5e9922ce0202f2b7')
prepare() {
cd "$_pkgname-$pkgver"
- patch -Np1 -i "$srcdir/keyring1.1.12.patch"
- patch -Np1 -i "$srcdir/pkexec1.1.12.patch"
+
+ # patches here
}
build() {