summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsharktamer2019-05-30 01:00:26 +0100
committersharktamer2019-05-30 01:00:26 +0100
commit1e180c7ba92a3313ad36fc7fbc3822bd3b76a033 (patch)
tree4ff774e9c9d904975e4ac5c5973d90f06935741c /PKGBUILD
parent3b11c95f7643fee75913d07139f9ca46a177d26b (diff)
downloadaur-1e180c7ba92a3313ad36fc7fbc3822bd3b76a033.tar.gz
use correct sha sum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbaae44d7729..b1720c519317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-sputils
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of spotify utilities, designed to be used with other shell utilities."
arch=('any')
url="https://github.com/shanedabes/sputils"
license=('APACHE')
depends=('python' 'python-configargparse' 'python-yaml' 'python-spotipy-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/shanedabes/sputils/archive/v${pkgver}.tar.gz")
-sha256sums=('64bf10bbbbefacac15e1ef4d14d5dff655ad9d8f2a97a4b11a5465bbe7a3cb16')
+sha256sums=('e6ea0d2ed65aa866c1e6a626ba8543a1d00d69986d03b2b648a9a7ae0010e3e8')
package() {
cd "sputils-${pkgver}"