summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Smith2015-09-16 11:23:49 +1000
committerPhillip Smith2015-09-16 11:23:49 +1000
commita565d636eb4c3a58195d479f29946aa3d4c8bae8 (patch)
tree1d303e126f1bdda25cf4483d16db777f46939157
parentcd71bf421bed356234e4bd0409fc1e4787a06579 (diff)
downloadaur-a565d636eb4c3a58195d479f29946aa3d4c8bae8.tar.gz
upgpkg: backupchecker 1.8-1
fix the output filename of downloaded source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39781d4cb02d..87442eeb0472 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = backupchecker
arch = any
license = GPLv3
depends = python>=3.4
- source = https://github.com/backupchecker/backupchecker/archive/1.8.tar.gz
+ source = backupchecker-1.8.tar.gz::https://github.com/backupchecker/backupchecker/archive/1.8.tar.gz
md5sums = 3b316ca50b329906719432892db2433f
pkgname = backupchecker
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() {