summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2017-11-03 21:44:02 -0400
committergraysky2017-11-03 21:44:02 -0400
commitf735e2a7bc82c51dd328dbabcc62e9b4d096a863 (patch)
tree7a01c5711e698922b5fe4eed510d668076653e52
parentde236aac8959bb1866643617307337856f54b7e9 (diff)
downloadaur-f735e2a7bc82c51dd328dbabcc62e9b4d096a863.tar.gz
Update to 1.1.22-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8daccc25b6f..83a51157bb1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sat Apr 22 10:06:01 UTC 2017
+# Sat Nov 4 01:44:02 UTC 2017
pkgbase = backintime
- pkgver = 1.1.20
+ pkgver = 1.1.22
pkgrel = 1
url = https://github.com/bit-team/backintime
arch = any
license = GPL
makedepends = python
- source = backintime-1.1.20.tar.gz::https://github.com/bit-team/backintime/archive/v1.1.20.tar.gz
- sha256sums = 51b020773864781d707283c2b0dbc6ba68cdecb9b9a52ce9296843c36dd21c2c
+ source = backintime-1.1.22.tar.gz::https://github.com/bit-team/backintime/archive/v1.1.22.tar.gz
+ sha256sums = 8665af5ef07597a1b586899fc4c0ded5806853b79dfb9f64d9a80f1305cb467d
pkgname = backintime
pkgdesc = Simple backup system inspired from the Flyback Project and TimeVault. QT4 GUI version.
- depends = backintime-cli=1.1.20
+ depends = backintime-cli=1.1.22
depends = xorg-xdpyinfo
depends = python-pyqt4
depends = libnotify
diff --git a/PKGBUILD b/PKGBUILD
index ff75f6355256..cb1dde3e504c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('backintime' 'backintime-cli')
_pkgname="backintime"
-pkgver=1.1.20
+pkgver=1.1.22
pkgrel=1
arch=('any')
url="https://github.com/bit-team/backintime"
@@ -11,7 +11,7 @@ license=('GPL')
makedepends=('python')
#source=("https://github.com/bit-team/$_pkgname/archive/v$pkgver.tar.gz")
source=("$_pkgname-$pkgver.tar.gz::https://github.com/bit-team/$_pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('51b020773864781d707283c2b0dbc6ba68cdecb9b9a52ce9296843c36dd21c2c')
+sha256sums=('8665af5ef07597a1b586899fc4c0ded5806853b79dfb9f64d9a80f1305cb467d')
prepare() {
cd "$_pkgname-$pkgver"