diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-02-19 11:49:25 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-02-19 11:49:25 -0500 |
commit | ce03a8c95dab5fa085e527dbd0ea16e68131efd2 (patch) | |
tree | 70798373489d4fa4911d2a687a52a9e75281f8ad /libre/xmms2/PKGBUILD | |
parent | bb7a888dbf24b4561de46e98186f6675ad7db9ae (diff) | |
download | abslibre-ce03a8c95dab5fa085e527dbd0ea16e68131efd2.tar.gz abslibre-ce03a8c95dab5fa085e527dbd0ea16e68131efd2.tar.bz2 abslibre-ce03a8c95dab5fa085e527dbd0ea16e68131efd2.zip |
xmms2-0.8DrO_o.949.gca15e830-19.parabola1: rebuild
Diffstat (limited to 'libre/xmms2/PKGBUILD')
-rw-r--r-- | libre/xmms2/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libre/xmms2/PKGBUILD b/libre/xmms2/PKGBUILD index 1cf6c7eac..a3c69c3df 100644 --- a/libre/xmms2/PKGBUILD +++ b/libre/xmms2/PKGBUILD @@ -11,9 +11,12 @@ pkgname=xmms2 pkgver=0.8DrO_o.949.gca15e830 _commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb -pkgrel=13.parabola2 -pkgdesc="X-platform Music Multiplexing System 2, without nonfree mac recommendation" -arch=(i686 x86_64 armv7h) +pkgrel=19 +pkgrel+=.parabola1 +pkgdesc="X-platform Music Multiplexing System 2" +pkgdesc+=", without nonfree mac recommendation" +arch=(x86_64) +arch+=(i686 armv7h) url="https://xmms2.org/" license=(GPL LGPL) _depends=('alsa-lib: ALSA output' @@ -50,7 +53,7 @@ _depends=('alsa-lib: ALSA output' 'smbclient: direct CIFS/SMB access' 'speex: Speex support' 'wavpack: WavPack support') -depends=(glib2 readline) +depends=(glib2) makedepends=("${_depends[@]%%:*}" libpulse python2 git) optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output') source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit} |