summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-11-07 18:10:28 -0500
committerChris Severance2017-11-07 18:10:28 -0500
commit1c071de0bf25140d82edeb77d1994b51bf16e05d (patch)
tree0ff8e542eb480140930e51e61026febeb8aabcc9
parent11d528ae247d94977ce4b4c5e18ba6bf06ffe134 (diff)
downloadaur-1c071de0bf25140d82edeb77d1994b51bf16e05d.tar.gz
Update to 17.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f58f56793460..05b01c64e660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 2 20:03:06 UTC 2017
+# Tue Nov 7 23:10:01 UTC 2017
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
- pkgver = 17.10
+ pkgver = 17.11
pkgrel = 1
url = https://github.com/teejee2008/timeshift
arch = i686
@@ -21,8 +21,8 @@ pkgbase = timeshift
depends = cron
optdepends = gksu: run timeshift from a menu
options = !emptydirs
- source = timeshift_v17.10.tgz::https://github.com/teejee2008/timeshift/archive/v17.10.tar.gz
- sha256sums = 854788f5e8163db1c9c663a21d02dc35188f9ccf7d83a8b3735eec39b2207e57
+ source = timeshift_v17.11.tgz::https://github.com/teejee2008/timeshift/archive/v17.11.tar.gz
+ sha256sums = 2cdcd3a6c8c0a78240c944423ba49b488144924524d9e7a2e787e29aea5ab38b
pkgname = timeshift
diff --git a/PKGBUILD b/PKGBUILD
index 22ef2540a998..c07f18d43622 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ set -u
#_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='17.2'; _ubrel='429'; _libgee='libgee>=0.18.0'
-_ubver='17.10'; _libgee='libgee>=0.18.0'
+_ubver='17.11'; _libgee='libgee>=0.18.0'
pkgname='timeshift'
pkgver="${_ubver}"
pkgrel='1'
@@ -38,7 +38,7 @@ _github='teejee2008'
_verwatch=("https://github.com/${_github}/${pkgname}/releases.atom" '\s\+<title>Timeshift v\([0-9\.]\+\)</title>.*' 'f')
_srcdir="${pkgname}-${pkgver}"
source=("${pkgname}_v${pkgver}.tgz::https://github.com/${_github}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('854788f5e8163db1c9c663a21d02dc35188f9ccf7d83a8b3735eec39b2207e57')
+sha256sums=('2cdcd3a6c8c0a78240c944423ba49b488144924524d9e7a2e787e29aea5ab38b')
#sha256sums[0]='SKIP'
build() {