summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Smith2018-05-17 11:58:07 +1000
committerPhillip Smith2018-05-17 11:58:07 +1000
commitd1c199d3a41a84ae350017ad7107419d424c60b7 (patch)
tree5dba5df15593353e8817fc1c7e928c87031f3feb
parenta565d636eb4c3a58195d479f29946aa3d4c8bae8 (diff)
downloadaur-d1c199d3a41a84ae350017ad7107419d424c60b7.tar.gz
upgpkg: backupchecker 1.9-1
upstream release bump to 1.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87442eeb0472..09c8994e0849 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Thu May 17 01:58:07 UTC 2018
pkgbase = backupchecker
pkgdesc = A fully automated backup checker
- pkgver = 1.8
+ pkgver = 1.9
pkgrel = 1
url = https://github.com/backupchecker/backupchecker
arch = any
license = GPLv3
depends = python>=3.4
- source = backupchecker-1.8.tar.gz::https://github.com/backupchecker/backupchecker/archive/1.8.tar.gz
- md5sums = 3b316ca50b329906719432892db2433f
+ source = backupchecker-1.9.tar.gz::https://github.com/backupchecker/backupchecker/archive/1.9.tar.gz
+ md5sums = fef485daae1b15f1180974d1f75f30e0
pkgname = backupchecker
diff --git a/PKGBUILD b/PKGBUILD
index 3c631c9aaaa8..59119b82424d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
### the software) then please do email me or post an AUR comment.
pkgname=backupchecker
-pkgver=1.8
+pkgver=1.9
pkgrel=1
pkgdesc="A fully automated backup checker"
arch=(any)
@@ -20,7 +20,7 @@ url="https://github.com/backupchecker/backupchecker"
license=('GPLv3')
depends=('python>=3.4')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/backupchecker/backupchecker/archive/${pkgver}.tar.gz")
-md5sums=('3b316ca50b329906719432892db2433f')
+md5sums=('fef485daae1b15f1180974d1f75f30e0')
package() {
cd "$srcdir"/$pkgname-$pkgver