summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-01-21 00:14:27 -0500
committerChris Severance2019-01-21 00:14:27 -0500
commita81b14bdd69a41b3528c9306a8ce1d835608e2bc (patch)
tree9cffcbf27e07b099806f328a7fadf4110342314d
parent7da4bf669c678401652d1f988497bd015806d178 (diff)
downloadaur-a81b14bdd69a41b3528c9306a8ce1d835608e2bc.tar.gz
autu: Update to 19.01-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37552fe88ec3..d07ca2cbe79f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 24 16:23:53 UTC 2018
+# Mon Jan 21 05:14:27 UTC 2019
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
- pkgver = 18.9.1
+ pkgver = 19.01
pkgrel = 1
url = https://github.com/teejee2008/timeshift
install = timeshift-install.sh
@@ -24,8 +24,8 @@ pkgbase = timeshift
depends = xapps
optdepends = gksu: run timeshift from a menu
options = !emptydirs
- source = timeshift_v18.9.1.tgz::https://github.com/teejee2008/timeshift/archive/v18.9.1.tar.gz
- sha256sums = 18b10e10938cadf34df14b7aa2b81bd9382daed50b830613a58b6802de595b37
+ source = timeshift_v19.01.tgz::https://github.com/teejee2008/timeshift/archive/v19.01.tar.gz
+ sha256sums = 557223cf0b9ab0c4848455e1cc4d9068c607b9f5492a2de4935a2f40393e3c5f
pkgname = timeshift
diff --git a/PKGBUILD b/PKGBUILD
index 945ba2105542..745bc6b5bf4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,8 @@ set -u
#_ubver='18.4'; _libgee='libgee>=0.18.0'
#_ubver='18.6.1'; _libgee='libgee>=0.18.0'
#_ubver='18.8'; _libgee='libgee>=0.18.0'
-_ubver='18.9.1'; _libgee='libgee>=0.18.0'
+#_ubver='18.9.1'; _libgee='libgee>=0.18.0'
+_ubver='19.01'; _libgee='libgee>=0.18.0'
pkgname='timeshift'
pkgver="${_ubver}"
pkgrel='1'
@@ -45,7 +46,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=('18b10e10938cadf34df14b7aa2b81bd9382daed50b830613a58b6802de595b37')
+sha256sums=('557223cf0b9ab0c4848455e1cc4d9068c607b9f5492a2de4935a2f40393e3c5f')
#sha256sums[0]='SKIP'
build() {