summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-10-31 14:43:10 +0100
committerJohannes Dewender2014-10-31 14:43:10 +0100
commitcbcae5567f4783f0d63a13147a8e264cae90c009 (patch)
tree719e86e4e9f94de71ede25b4da619800427602e5
parent58083a5443f0df16b928c34fbecff5f4ff49361a (diff)
downloadaur-cbcae5567f4783f0d63a13147a8e264cae90c009.tar.gz
acousticbrainz-client-git: update sed line
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 442440de6e1f..5bfedd7405d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = acousticbrainz-client-git
pkgdesc = client to upload data to an acousticbrainz server
- pkgver = r49.e5017ec
+ pkgver = r56.d49bfb6
pkgrel = 1
url = http://acousticbrainz.org/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9a8aa890fa7c..ef1411dab79b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=acousticbrainz-client-git
_pkgname=acousticbrainz-client
_python=python
-pkgver=r49.e5017ec
+pkgver=r56.d49bfb6
pkgrel=1
pkgdesc="client to upload data to an acousticbrainz server"
arch=('any')
@@ -25,7 +25,7 @@ pkgver() {
prepare() {
cd "$srcdir/$_pkgname"
# we have that in essentia-acousticbrainz
- sed -i -e "s/, 'streaming_extractor_music'//" setup.py
+ sed -i -e "/streaming_extractor_music/d" setup.py
}
build() {