summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5a786997bc0..39a5b0e0797c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotifile
pkgdesc = FUSE file system for Spotify
pkgver = 0.1.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/catharsis/spotifile
arch = x86_64
license = BSD
@@ -16,7 +16,7 @@ pkgbase = spotifile
depends = libspotify
depends = python
source = https://github.com/catharsis/spotifile/archive/v0.1.6.tar.gz
- md5sums = 094fbc1dcd64abb3ae90f672e2fca518
+ md5sums = 63c8f1cb5ae5a92b07b0aca8ed286d10
pkgname = spotifile
diff --git a/PKGBUILD b/PKGBUILD
index b99134c7b139..e48112457ecc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anton Löfgren <anton.lofgren@gmail.com>
pkgname=spotifile
pkgver=0.1.7
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="FUSE file system for Spotify"
arch=(x86_64)
@@ -17,7 +17,7 @@ install=
changelog=
source=("https://github.com/catharsis/$pkgname/archive/v$pkgver.tar.gz")
noextract=()
-md5sums=(094fbc1dcd64abb3ae90f672e2fca518)
+md5sums=(63c8f1cb5ae5a92b07b0aca8ed286d10)
validpgpkeys=()
build() {