summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2015-11-23 20:49:53 -0500
committerChris Severance2015-11-23 20:49:53 -0500
commit106e69a5610774960a9c68e959c58b54e25fedc0 (patch)
tree62f01a584a1a914d0f0bc64640c602e05af60c60
parente24fec3611955ee3cf04637028d2d38dc42339b0 (diff)
downloadaur-106e69a5610774960a9c68e959c58b54e25fedc0.tar.gz
Update to 1.7.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 367ef88c9802..dc3c472ebaf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
- pkgver = 1.7.5~180
+ pkgver = 1.7.6~184
pkgrel = 1
url = https://launchpad.net/~teejee2008/+archive/ubuntu/ppa
install = timeshift.install
@@ -16,8 +16,8 @@ pkgbase = timeshift
depends = json-glib
optdepends = gksu: run timeshift from a menu
options = !emptydirs
- source = https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/timeshift_1.7.5~180~ubuntu14.04.1.tar.gz
- sha256sums = b7c411ce6677e19d7c2114565c820f3c0eab8dc26e151367c28f87c51da66027
+ source = https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/timeshift_1.7.6~184~ubuntu14.04.1.tar.gz
+ sha256sums = 391b9716cd54060eb7f7b2058d9ca0486fcd41add4e5e44a568b27b94146e82e
pkgname = timeshift
diff --git a/PKGBUILD b/PKGBUILD
index fdf180d452b5..908c5bb0144d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ set -u
#_ubver='1.7.3~177~ubuntu15.10.1' # not found
#_ubver='1.7.3~177~ubuntu15.04.1' # not found
#_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.5~180~ubuntu14.04.1'; _libgee='libgee>=0.18.0'
+_ubver='1.7.6~184~ubuntu14.04.1'; _libgee='libgee>=0.18.0'
pkgname='timeshift'
pkgver="${_ubver%~*}"
pkgrel='1'
@@ -26,7 +27,7 @@ makedepends=('vala')
options=('!emptydirs')
install="${pkgname}.install"
source=("${url}/+files/${_srcdir}.tar.gz")
-sha256sums=('b7c411ce6677e19d7c2114565c820f3c0eab8dc26e151367c28f87c51da66027')
+sha256sums=('391b9716cd54060eb7f7b2058d9ca0486fcd41add4e5e44a568b27b94146e82e')
build() {
set -u