Skip to content

Instantly share code, notes, and snippets.

@phijor
Created March 10, 2022 14:08
Show Gist options
  • Save phijor/77f7bc7f6e42905a35bac047f69c5c8d to your computer and use it in GitHub Desktop.
Save phijor/77f7bc7f6e42905a35bac047f69c5c8d to your computer and use it in GitHub Desktop.
Update PKGBUILD of `mopidy-iris` to 3.62.0
From 7c6b71282b9d8d843bbd67c79ad0ed6114c14d40 Mon Sep 17 00:00:00 2001
From: Philipp Joram <mail [at] phijor [dot] me>
Date: Thu, 10 Mar 2022 16:05:24 +0200
Subject: [PATCH] Version 3.62.0
---
.SRCINFO | 6 +++---
PKGBUILD | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.SRCINFO b/.SRCINFO
index 054b58b..58ce60a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mopidy-iris
pkgdesc = A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop)
- pkgver = 3.60.1
+ pkgver = 3.62.0
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -12,7 +12,7 @@ pkgbase = mopidy-iris
depends = python-pylast
optdepends = mopidy-local: local library support
optdepends = mopidy-spotify: spotify support
- source = mopidy-iris-3.60.1.tar.gz::https://pypi.io/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.60.1.tar.gz
- sha256sums = efb36f75a0df85b27041ed3b74fcb437d450d6e85d9a6cc7ced10daca7d66bbd
+ source = mopidy-iris-3.62.0.tar.gz::https://pypi.io/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.62.0.tar.gz
+ sha256sums = 5f42157284ee32bb85640e0ba424250c4c545e23d4853ef4cc2229521f194478
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 46026cd..830eb18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.60.1
+pkgver=3.62.0
pkgrel=1
pkgdesc='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop)'
arch=('any')
@@ -14,10 +14,10 @@ makedepends=('python-setuptools' 'python-pip')
optdepends=('mopidy-local: local library support'
'mopidy-spotify: spotify support')
source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/M/Mopidy-Iris/Mopidy-Iris-${pkgver}.tar.gz")
-sha256sums=('efb36f75a0df85b27041ed3b74fcb437d450d6e85d9a6cc7ced10daca7d66bbd')
+sha256sums=('5f42157284ee32bb85640e0ba424250c4c545e23d4853ef4cc2229521f194478')
package() {
- cd "${srcdir}/Mopidy-Iris-${pkgver}"
+ cd "${srcdir}/Iris-${pkgver}"
python setup.py install --root="${pkgdir}/" --optimize=1
}
--
2.35.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment