summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Lofgren2015-09-06 08:59:12 +0200
committerAnton Lofgren2015-09-06 08:59:12 +0200
commit1685182d10f2669e06f26c7d9a70b480d71a3cf6 (patch)
treea99cde02a8f67e7b1cb7d776212ab1134047d9f6
parent93d9da9a1512586315eca71fb0539aa4ff4b845d (diff)
downloadaur-1685182d10f2669e06f26c7d9a70b480d71a3cf6.tar.gz
Update to version 0.1.6
This also fixes an "/usr/sbin exists in filesystem" error.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3c861796a90..bc45a8db3eaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotifile
pkgdesc = FUSE file system for Spotify
- pkgver = 0.1.3
+ pkgver = 0.1.6
pkgrel = 1
url = https://github.com/catharsis/spotifile
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = spotifile
depends = fuse
depends = libspotify
depends = python
- source = https://github.com/catharsis/spotifile/archive/v0.1.3.tar.gz
- md5sums = 438a3db23fda7a9e742adba2209c278c
+ source = https://github.com/catharsis/spotifile/archive/v0.1.6.tar.gz
+ md5sums = 65d8a2fa26b24a10cc2dc92f28632160
pkgname = spotifile
diff --git a/PKGBUILD b/PKGBUILD
index 0fa6b82c9412..712cf7d6b97a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anton Löfgren <anton.lofgren@gmail.com>
pkgname=spotifile
-pkgver=0.1.3
+pkgver=0.1.6
pkgrel=1
epoch=
pkgdesc="FUSE file system for Spotify"
@@ -17,13 +17,13 @@ install=
changelog=
source=("https://github.com/catharsis/$pkgname/archive/v$pkgver.tar.gz")
noextract=()
-md5sums=(438a3db23fda7a9e742adba2209c278c)
+md5sums=(65d8a2fa26b24a10cc2dc92f28632160)
validpgpkeys=()
build() {
cd "$pkgname-$pkgver"
autoreconf -si
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sbin=/usr/bin
make
}