summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer2021-06-17 17:47:51 +0200
committerMatthias Schiffer2021-06-17 17:47:51 +0200
commit897a68a398fdcac44219a77e5dec7a28a00d376b (patch)
treeea16a00a9d9b1305233ab69ad1992741891afe33
parent789693d1ccc013ac5e203f80e4c408d79fe45bc6 (diff)
downloadaur-mopidy-mpris.tar.gz
Set unique source archive filename
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1789f6d77a6e..689612849b12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mopidy-mpris
pkgdesc = Mopidy extension for controlling Mopidy through the MPRIS D-Bus interface
pkgver = 3.0.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.mopidy.com
arch = any
license = APACHE
@@ -10,8 +10,7 @@ pkgbase = mopidy-mpris
depends = python-pykka>=2.0.1
depends = python-setuptools
provides = mopidy-mpris
- source = https://github.com/mopidy/mopidy-mpris/archive/v3.0.3.tar.gz
+ source = mopidy-mpris-3.0.3.tar.gz::https://github.com/mopidy/mopidy-mpris/archive/v3.0.3.tar.gz
sha256sums = 3c544233c2f55ac1995f18f1b916e67edc1628728e97b5b0a8fad0f8db473581
pkgname = mopidy-mpris
-
diff --git a/PKGBUILD b/PKGBUILD
index ca672bd4b365..a728bd352d65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mopidy-mpris
pkgver=3.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Mopidy extension for controlling Mopidy through the MPRIS D-Bus interface"
arch=('any')
url="http://www.mopidy.com"
@@ -15,7 +15,7 @@ depends=(
'python-setuptools'
)
provides=('mopidy-mpris')
-source=("https://github.com/mopidy/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mopidy/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('3c544233c2f55ac1995f18f1b916e67edc1628728e97b5b0a8fad0f8db473581')
package() {