summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-06-22 10:45:58 -0400
committerChris Severance2016-06-22 10:45:58 -0400
commit74956e89882576fdda47fb0539591095c8b366db (patch)
tree7c85ea158cfc9b58602654812b6872b478aedd24
parenta3cf07c8c7340caacf9c13f7e71e9a681ed39006 (diff)
downloadaur-74956e89882576fdda47fb0539591095c8b366db.tar.gz
Remove custom sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a80a82779fb..119eee788237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jun 20 16:24:04 UTC 2016
+# Wed Jun 22 14:44:58 UTC 2016
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
pkgver = 16.3
- pkgrel = 1
+ pkgrel = 2
url = https://code.launchpad.net/~teejee2008/timeshift
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e9796c95b343..0f659a56a6af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ set -u
_ubver='16.3'; _ubrel='186'; _libgee='libgee>=0.18.0'
pkgname='timeshift'
pkgver="${_ubver}"
-pkgrel='1'
+pkgrel='2'
pkgdesc='A system restore utility for Linux'
arch=('i686' 'x86_64')
#url='https://launchpad.net/~teejee2008/+archive/ubuntu/ppa'
@@ -33,7 +33,7 @@ _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()
-prepare() {
+prepare_disable() {
set -u
cd "${_srcdir}"
shopt -s globstar