summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-12 18:24:24 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-12 18:24:24 -0200
commitc224286cdf0c3a7d8a3cf0327eca9509e700d877 (patch)
tree1d91704fd2665a5839bdc0f45b720961e9809e18
parent161362e84b71d6de20bb03617a5af4456f7d0dfb (diff)
audacious-plugins-libre: revert changes, remove mksource
-rw-r--r--libre/audacious-plugins-libre/PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/libre/audacious-plugins-libre/PKGBUILD b/libre/audacious-plugins-libre/PKGBUILD
index e5642c985..5f3c0e327 100644
--- a/libre/audacious-plugins-libre/PKGBUILD
+++ b/libre/audacious-plugins-libre/PKGBUILD
@@ -60,21 +60,15 @@ optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
'libmms: libmms-based mms transport'
'libcue: CUE playlist format')
-mksource=("http://distfiles.audacious-media-player.org/${_pkgname}-${pkgver}.tar.bz2")
-source=("https://repo.parabolagnulinux.org/sources/${pkgname}-${pkgver}.tar.bz2")
-mksha1sums=('bcccd4304692a62d1b7963322f64059a0fb9532a')
-sha1sums=('20b130ffbf37efd7135c8ac91a39ec6e03f189c4')
+source=("http://distfiles.audacious-media-player.org/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('bcccd4304692a62d1b7963322f64059a0fb9532a')
-mksource() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
+prepare() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
# Retrieve upstream & remove plugin 'psf' due to issues mentioned above.
rm -rv src/psf
sed -i s/enable_psf=yes/enable_psf=no/ configure
-}
-
-prepare() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
# Get license notices out of custom-licensed packages
cd src