summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSasha Moak2019-12-23 21:13:42 -0800
committerSasha Moak2019-12-23 21:14:35 -0800
commit452aea7f61896a083ffde1e9b09460b6dae4d4f5 (patch)
treedcc89091d5a2e52e6f8805824365b92858e09d40
parent37f4c705b7cb66bb86ef2219c6e098f3174cb0ec (diff)
downloadaur-452aea7f61896a083ffde1e9b09460b6dae4d4f5.tar.gz
Fixing the makedepends
They need to be based on python (not python2) Also adding a gitignore so that only correct files are added
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa77a166a322..7c1cb8c5292c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = mopidy-musicbox
pkgdesc = Web Client for Mopidy Music Server and the Pi MusicBox
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/woutervanwijk/Mopidy-MusicBox-Webclient
arch = any
license = APACHE
- makedepends = python2
- makedepends = python2-setuptools
+ makedepends = python
+ makedepends = python-setuptools
depends = python
depends = mopidy>=3.0
depends = python-pykka
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b20752a93bec
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tar.gz
+*.tar.xz
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index f7b45dee7f8d..da06ce87dec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=mopidy-musicbox
_pypiname=Mopidy-MusicBox-Webclient
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Web Client for Mopidy Music Server and the Pi MusicBox"
arch=('any')
url="https://github.com/woutervanwijk/Mopidy-MusicBox-Webclient"
license=('APACHE')
depends=('python' 'mopidy>=3.0' 'python-pykka')
-makedepends=('python2' 'python2-setuptools')
+makedepends=('python' 'python-setuptools')
source=("https://pypi.python.org/packages/90/b9/ffdbb35edcaeb7b957a0bf0c19134e4da7eec12826596761180fdfda2461/${_pypiname}-${pkgver}.tar.gz")
sha256sums=('1f094c55d3034159ecba511a1e57ec300336f560f8d910d58ee7dd406409d0ff')