summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Wienke2021-10-02 19:07:15 +0200
committerJohannes Wienke2021-10-02 19:07:15 +0200
commit538225b70d28fa4a922025a7056d7723567a1c0f (patch)
tree29a51646ad03341b8eda744d3551787ce8e2171e /PKGBUILD
parent7f16ac2f580889bbfedb7f494858e32962d4aa7a (diff)
downloadaur-538225b70d28fa4a922025a7056d7723567a1c0f.tar.gz
chore: swtich to sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2705808c8d7f..a6575288d6e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mopidy-internetarchive
pkgver=3.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Mopidy extension for playing audio from the Internet Archive"
arch=('any')
@@ -12,7 +12,7 @@ depends=('mopidy>=3.0' 'python-pykka' 'python-requests' 'python-cachetools' 'pyt
makedepends=('python' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tkem/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('ce5095e98475ed0cbbb1a9c52d9f429a')
+sha256sums=('381704f63e6fe3d3f4faee8240ac5bf44ad3a35a2b4f4d4d02a5a7e2ab5bb348')
package() {
cd "${pkgname}-${pkgver}"