summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Lofgren2015-08-13 09:37:34 +0200
committerAnton Lofgren2015-08-13 09:38:05 +0200
commit97235d01ec0d07feef4928cadd6594036d6a2597 (patch)
treec5867ebb688de7f4f52008a073809dc2730cfc4c /PKGBUILD
parent281d964e95ce565f4549ec7433bf201c2701f43c (diff)
downloadaur-97235d01ec0d07feef4928cadd6594036d6a2597.tar.gz
Update to version 0.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c0074e72252..af4a156d07cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anton Löfgren <anton.lofgren@gmail.com>
pkgname=spotifile
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
epoch=
pkgdesc="FUSE file system for Spotify"
@@ -8,7 +8,7 @@ arch=(x86_64)
url="https://github.com/catharsis/spotifile"
license=('BSD')
groups=()
-depends=(glib2 fuse libspotify)
+depends=(glib2 fuse libspotify python)
makedepends=(glib2 fuse libspotify)
checkdepends=(glib2 fuse check)
backup=()
@@ -17,7 +17,7 @@ install=
changelog=
source=("https://github.com/catharsis/$pkgname/archive/v$pkgver.tar.gz")
noextract=()
-md5sums=(1a55380678960415d4f35a109b2203f3)
+md5sums=(28e91b2809d1822a19c5bcb7fedba6d9)
validpgpkeys=()
build() {