summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Lofgren2015-08-13 09:37:34 +0200
committerAnton Lofgren2015-08-13 09:38:05 +0200
commit97235d01ec0d07feef4928cadd6594036d6a2597 (patch)
treec5867ebb688de7f4f52008a073809dc2730cfc4c
parent281d964e95ce565f4549ec7433bf201c2701f43c (diff)
downloadaur-97235d01ec0d07feef4928cadd6594036d6a2597.tar.gz
Update to version 0.1.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85fe20653004..08bd5d0d1601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotifile
pkgdesc = FUSE file system for Spotify
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/catharsis/spotifile
arch = x86_64
@@ -14,8 +14,9 @@ pkgbase = spotifile
depends = glib2
depends = fuse
depends = libspotify
- source = https://github.com/catharsis/spotifile/archive/v0.1.1.tar.gz
- md5sums = 1a55380678960415d4f35a109b2203f3
+ depends = python
+ source = https://github.com/catharsis/spotifile/archive/v0.1.2.tar.gz
+ md5sums = 28e91b2809d1822a19c5bcb7fedba6d9
pkgname = spotifile
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() {