summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Smith2018-05-17 11:58:07 +1000
committerPhillip Smith2018-05-17 11:58:07 +1000
commitd1c199d3a41a84ae350017ad7107419d424c60b7 (patch)
tree5dba5df15593353e8817fc1c7e928c87031f3feb /PKGBUILD
parenta565d636eb4c3a58195d479f29946aa3d4c8bae8 (diff)
downloadaur-d1c199d3a41a84ae350017ad7107419d424c60b7.tar.gz
upgpkg: backupchecker 1.9-1
upstream release bump to 1.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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