diff options
Diffstat (limited to 'nonprism/amarok/PKGBUILD')
-rw-r--r-- | nonprism/amarok/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nonprism/amarok/PKGBUILD b/nonprism/amarok/PKGBUILD index ca5b64845..c783a929d 100644 --- a/nonprism/amarok/PKGBUILD +++ b/nonprism/amarok/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 259362 2016-02-15 23:29:09Z arojas $ +# $Id: PKGBUILD 266877 2016-05-04 19:19:12Z arojas $ # Maintainer (Arch): Ronald van Haren <ronald@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): damir <damir@archlinux.org> @@ -6,7 +6,7 @@ pkgname=amarok pkgver=2.8.0 -pkgrel=8.nonprism1 +pkgrel=9.nonprism1 pkgdesc="The powerful music player for KDE, without Amazon MP3 store support" arch=("i686" "x86_64") url="http://amarok.kde.org/" @@ -23,7 +23,6 @@ optdepends=("libgpod: support for Apple iPod audio devices" "ifuse: support for Apple iPod Touch and iPhone" "libmygpo-qt: gpodder.net Internet Service" "gst-libav: MP3 codecs") -install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2" taglib_version_detect.patch amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/" remove-amazon-references-on-docs.patch) |