diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-09 06:14:22 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-09 06:14:22 -0200 |
commit | 720a5ab72877953191c4336db56046961aa71acb (patch) | |
tree | d4bbe660c9fda406944a3ff7b5892b8171764662 /libre/audacious-plugins-libre | |
parent | afc235f9204fd3b8b1e9adff2829b5ede080ef3d (diff) | |
download | abslibre-720a5ab72877953191c4336db56046961aa71acb.tar.gz abslibre-720a5ab72877953191c4336db56046961aa71acb.tar.bz2 abslibre-720a5ab72877953191c4336db56046961aa71acb.zip |
audacious-plugins-libre: add mksource
Diffstat (limited to 'libre/audacious-plugins-libre')
-rw-r--r-- | libre/audacious-plugins-libre/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libre/audacious-plugins-libre/PKGBUILD b/libre/audacious-plugins-libre/PKGBUILD index 88d428815..5a89ad879 100644 --- a/libre/audacious-plugins-libre/PKGBUILD +++ b/libre/audacious-plugins-libre/PKGBUILD @@ -13,7 +13,7 @@ pkgrel=1 pkgdesc='Plugins for Audacious, without nonfree plugins' url='http://audacious-media-player.org/' license=('GPL' 'GPL3' 'LGPL' 'custom:BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') # Licensing issues: # The plugins 'scrobbler', stereoplugin', 'wavepack' and 'plugin_echo' have no license notice @@ -60,10 +60,12 @@ optdepends=('alsa-lib: Advanced Linux Sound Arch. output' 'libmms: libmms-based mms transport' 'libcue: CUE playlist format') -source=("http://distfiles.audacious-media-player.org/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('bcccd4304692a62d1b7963322f64059a0fb9532a') +mksource=("http://distfiles.audacious-media-player.org/${_pkgname}-${pkgver}.tar.bz2") +source=("https://repo.parabolagnulinux.org/sources/${pkgname}-${pkgver}.tar.bz2") +mksha1sums=('bcccd4304692a62d1b7963322f64059a0fb9532a') +sha1sums=('SKIP') -prepare() { +mksource() { # Retrieve upstream & remove plugin 'psf' due to issues mentioned above. sed -i s/enable_psf=yes/enable_psf=no/ ${_pkgname}-$pkgver/configure |