summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-01-12 19:31:33 -0500
committergraysky2016-01-12 19:31:33 -0500
commita7a40e596367a5bb905b9b7401ebf18b50ae6611 (patch)
tree6dfa5d6097026ffb3778153a164e996f3b03fab6
parent0bc3a1dd03d47b8409bf7477296624fff511dd31 (diff)
downloadaur-a7a40e596367a5bb905b9b7401ebf18b50ae6611.tar.gz
Update to 1.1.12-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 806219651757..af43acfa5bdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 19:59:19 UTC 2016
+# Wed Jan 13 00:31:32 UTC 2016
pkgbase = backintime
- pkgver = 1.1.10
+ pkgver = 1.1.12
pkgrel = 1
url = https://github.com/bit-team/backintime
arch = any
license = GPL
makedepends = python
- source = https://github.com/bit-team/backintime/archive/v1.1.10.tar.gz
- sha256sums = e3aa1cdae80b076d404977589741e612053a86aaa2fc36927e231ec184bd523b
+ source = https://github.com/bit-team/backintime/archive/v1.1.12.tar.gz
+ sha256sums = 76036de6abdf5a2b2fbf66311c369dce7e3755fa778e5f01aa49bc2be68eb9f1
pkgname = backintime
pkgdesc = Simple backup system inspired from the Flyback Project and TimeVault. QT4 GUI version.
- depends = backintime-cli=1.1.10
+ depends = backintime-cli=1.1.12
depends = xorg-xdpyinfo
depends = python-pyqt4
depends = libnotify
diff --git a/PKGBUILD b/PKGBUILD
index bd22a92b3bda..9daadb576c9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=('backintime' 'backintime-cli')
_pkgname="backintime"
-pkgver=1.1.10
+pkgver=1.1.12
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")
-sha256sums=('e3aa1cdae80b076d404977589741e612053a86aaa2fc36927e231ec184bd523b')
+sha256sums=('76036de6abdf5a2b2fbf66311c369dce7e3755fa778e5f01aa49bc2be68eb9f1')
#prepare() {
# cd "$_pkgname-$pkgver/common"