summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-10-24 16:04:05 +0200
committerJohannes Dewender2014-10-24 16:04:05 +0200
commit58083a5443f0df16b928c34fbecff5f4ff49361a (patch)
treec5c6c2b89071b7576d4502c0704dbc80db841a0d
parentfdc5189066598628c463c5a33a4bba70cbb3c757 (diff)
downloadaur-58083a5443f0df16b928c34fbecff5f4ff49361a.tar.gz
acousticbrainz-client-git: use Python 3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1298dfb223d..442440de6e1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = acousticbrainz-client-git
pkgdesc = client to upload data to an acousticbrainz server
- pkgver = r36.58014e9
+ pkgver = r49.e5017ec
pkgrel = 1
url = http://acousticbrainz.org/
- arch = x86_64
- arch = i686
+ arch = any
license = GPL3
makedepends = git
depends = essentia-acousticbrainz
- depends = python2-requests
+ depends = python-requests
source = git+https://github.com/MTG/acousticbrainz-client.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f99527bcc285..9a8aa890fa7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=acousticbrainz-client-git
_pkgname=acousticbrainz-client
-_python=python2
-pkgver=r36.58014e9
+_python=python
+pkgver=r49.e5017ec
pkgrel=1
pkgdesc="client to upload data to an acousticbrainz server"
-arch=('x86_64' 'i686')
+arch=('any')
url="http://acousticbrainz.org/"
license=('GPL3')
-depends=('essentia-acousticbrainz' 'python2-requests')
+depends=('essentia-acousticbrainz' 'python-requests')
makedepends=('git')
provides=()
conflicts=()