summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Lofgren2016-03-07 13:13:02 +0100
committerAnton Lofgren2016-03-07 13:13:02 +0100
commitd76ad282f15b319abbb13576bc583cf36d785a82 (patch)
tree0a4cbad4b033b98fcad46511b6e102a294981496
parent1685182d10f2669e06f26c7d9a70b480d71a3cf6 (diff)
downloadaur-d76ad282f15b319abbb13576bc583cf36d785a82.tar.gz
Update to version 0.1.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc45a8db3eaf..b5a786997bc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotifile
pkgdesc = FUSE file system for Spotify
- pkgver = 0.1.6
+ pkgver = 0.1.7
pkgrel = 1
url = https://github.com/catharsis/spotifile
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = spotifile
depends = libspotify
depends = python
source = https://github.com/catharsis/spotifile/archive/v0.1.6.tar.gz
- md5sums = 65d8a2fa26b24a10cc2dc92f28632160
+ md5sums = 094fbc1dcd64abb3ae90f672e2fca518
pkgname = spotifile
diff --git a/PKGBUILD b/PKGBUILD
index 712cf7d6b97a..b99134c7b139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anton Löfgren <anton.lofgren@gmail.com>
pkgname=spotifile
-pkgver=0.1.6
+pkgver=0.1.7
pkgrel=1
epoch=
pkgdesc="FUSE file system for Spotify"
@@ -17,7 +17,7 @@ install=
changelog=
source=("https://github.com/catharsis/$pkgname/archive/v$pkgver.tar.gz")
noextract=()
-md5sums=(65d8a2fa26b24a10cc2dc92f28632160)
+md5sums=(094fbc1dcd64abb3ae90f672e2fca518)
validpgpkeys=()
build() {