summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-01-11 17:03:31 +0100
committerMichael Straube2017-01-11 17:03:31 +0100
commit8fc6e08604f016749814e7f4537d4ec79f72dfc7 (patch)
treefc43858f7fb4335599499cf9c9174ff6601aa3a6
parentdabf2e2967f712774f7281a5b0178ef75d6365df (diff)
downloadaur-8fc6e08604f016749814e7f4537d4ec79f72dfc7.tar.gz
Save source tarball as $pkgname-$pkgver.tar.gz
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bd200ed2c48..776acc82d084 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = musique
depends = hicolor-icon-theme
optdepends = phonon-qt5-gstreamer: gstreamer backend
optdepends = phonon-qt5-vlc: vlc backend
- source = https://github.com/flaviotordini/musique/archive/1.5.tar.gz
+ source = musique-1.5.tar.gz::https://github.com/flaviotordini/musique/archive/1.5.tar.gz
sha256sums = 82600f4e3d58900df1cc11acd77efbf11e8eac94f8c7382d57f953cadcd49d54
pkgname = musique
diff --git a/PKGBUILD b/PKGBUILD
index 283cc3f59f55..64462a559a7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=('phonon-qt5' 'taglib' 'hicolor-icon-theme')
makedepends=('qt5-tools')
optdepends=('phonon-qt5-gstreamer: gstreamer backend'
'phonon-qt5-vlc: vlc backend')
-source=("https://github.com/flaviotordini/musique/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/flaviotordini/musique/archive/$pkgver.tar.gz")
sha256sums=('82600f4e3d58900df1cc11acd77efbf11e8eac94f8c7382d57f953cadcd49d54')
build() {