summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5d23095cea4..b332dc074630 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 13 17:20:40 UTC 2016
+# Sun Oct 16 17:34:20 UTC 2016
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
- pkgver = 16.10.3
+ pkgver = 16.10.5
pkgrel = 1
url = https://code.launchpad.net/~teejee2008/timeshift
arch = i686
@@ -21,7 +21,7 @@ pkgbase = timeshift
depends = cron
optdepends = gksu: run timeshift from a menu
options = !emptydirs
- source = timeshift_v16.10.3_r337.tgz::https://bazaar.launchpad.net/~teejee2008/timeshift/trunk/tarball/337
+ source = timeshift_v16.10.5_r347.tgz::https://bazaar.launchpad.net/~teejee2008/timeshift/trunk/tarball/347
source = sha256sums.txt
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3d43097c1758..3cf1f99ab7c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ set -u
#_ubver='1.7.3~177~ubuntu14.04.1'; _libgee='libgee>=0.18.0'
#_ubver='1.7.5~180~ubuntu14.04.1'; _libgee='libgee>=0.18.0'
#_ubver='1.7.6~184~ubuntu14.04.1'; _libgee='libgee>=0.18.0'
-_ubver='16.10.3'; _ubrel='337'; _libgee='libgee>=0.18.0'
+_ubver='16.10.5'; _ubrel='347'; _libgee='libgee>=0.18.0'
pkgname='timeshift'
pkgver="${_ubver}"
pkgrel='1'
@@ -31,7 +31,7 @@ _verwatch=("${url//code/bazaar}/trunk/changes" 'v\([0-9\.]\+\)' 't')
#source=("${url}/+files/${_srcdir}.tar.gz")
_srcdir='~teejee2008/timeshift/trunk'
source=("timeshift_v${_ubver}_r${_ubrel}.tgz::${url//code/bazaar}/trunk/tarball/${_ubrel}" 'sha256sums.txt')
-sha256sums=('SKIP' 'SKIP') # bazaar generates the tarball live. It is different every time so we'll check the contents in prepare()
+sha256sums=('SKIP' 'SKIP')
prepare_disable() {
set -u