summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Smith2015-09-16 11:14:03 +1000
committerPhillip Smith2015-09-16 11:14:03 +1000
commit5e039396385a9ae78951bbdd55c4778a96a74bf2 (patch)
tree0c1d52f7da5bf0f40770bac8584f8c8727c1cd78 /PKGBUILD
parent259415b9b2608c2a39f046253112e18ace657ac4 (diff)
downloadaur-5e039396385a9ae78951bbdd55c4778a96a74bf2.tar.gz
upgpkg: backupchecker 1.8-1
upstream release; update source URL to github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54fcc2b231fa..5f322b1aab72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,15 +12,15 @@
### the software) then please do email me or post an AUR comment.
pkgname=backupchecker
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc="A fully automated backup checker"
arch=(any)
url="https://github.com/backupchecker/backupchecker"
license=('GPLv3')
depends=('python>=3.4')
-source=("http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('1af45f0e18f49effb7ea8942672aa2a4')
+source=("https://github.com/backupchecker/backupchecker/archive/${pkgver}.tar.gz")
+md5sums=('3b316ca50b329906719432892db2433f')
package() {
cd "$srcdir"/$pkgname-$pkgver