summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-08-26 17:08:06 -0400
committerChris Severance2019-08-26 17:08:06 -0400
commit84aacf913c39d6c5a6373a429610bd694042fc6f (patch)
tree61d2d059829b833469fdf71e0a70a4a11199911f
parent574fc5a225369e525ad30f7d74c796035f2724d6 (diff)
downloadaur-84aacf913c39d6c5a6373a429610bd694042fc6f.tar.gz
autu: Update to 19.08.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06ece9062d65..8ed86a1edaed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 11 04:24:35 UTC 2019
+# Mon Aug 26 21:08:05 UTC 2019
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
- pkgver = 19.01
- pkgrel = 3
+ pkgver = 19.08.1
+ pkgrel = 1
url = https://github.com/teejee2008/timeshift
install = timeshift-install.sh
arch = i686
@@ -24,8 +24,8 @@ pkgbase = timeshift
depends = xapps
optdepends = gksu: run timeshift from a menu
options = !emptydirs
- source = timeshift_v19.01.tgz::https://github.com/teejee2008/timeshift/archive/v19.01.tar.gz
- sha256sums = 557223cf0b9ab0c4848455e1cc4d9068c607b9f5492a2de4935a2f40393e3c5f
+ source = timeshift_v19.08.1.tgz::https://github.com/teejee2008/timeshift/archive/v19.08.1.tar.gz
+ sha256sums = ab56331f97c1616b889e69adccedeca06f0150e964eea631b52c9bd399f77604
pkgname = timeshift
diff --git a/PKGBUILD b/PKGBUILD
index 24c5db31a227..4e513a9dd8f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,10 +19,11 @@ set -u
#_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='19.01'; _libgee='libgee>=0.18.0'
+#_ubver='19.01'; _libgee='libgee>=0.18.0'
+_ubver='19.08.1'; _libgee='libgee>=0.18.0'
pkgname='timeshift'
pkgver="${_ubver}"
-pkgrel='3'
+pkgrel='1'
pkgdesc='A system restore utility for Linux'
arch=('i686' 'x86_64')
#url='https://launchpad.net/~teejee2008/+archive/ubuntu/ppa'
@@ -46,7 +47,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=('557223cf0b9ab0c4848455e1cc4d9068c607b9f5492a2de4935a2f40393e3c5f')
+sha256sums=('ab56331f97c1616b889e69adccedeca06f0150e964eea631b52c9bd399f77604')
#sha256sums[0]='SKIP'
prepare() {