summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Smith2015-09-16 11:23:49 +1000
committerPhillip Smith2015-09-16 11:23:49 +1000
commita565d636eb4c3a58195d479f29946aa3d4c8bae8 (patch)
tree1d303e126f1bdda25cf4483d16db777f46939157 /PKGBUILD
parentcd71bf421bed356234e4bd0409fc1e4787a06579 (diff)
downloadaur-a565d636eb4c3a58195d479f29946aa3d4c8bae8.tar.gz
upgpkg: backupchecker 1.8-1
fix the output filename of downloaded source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f322b1aab72..3c631c9aaaa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ arch=(any)
url="https://github.com/backupchecker/backupchecker"
license=('GPLv3')
depends=('python>=3.4')
-source=("https://github.com/backupchecker/backupchecker/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/backupchecker/backupchecker/archive/${pkgver}.tar.gz")
md5sums=('3b316ca50b329906719432892db2433f')
package() {