diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-07-24 18:57:13 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-07-24 18:57:13 -0300 |
commit | 52a175ab2e683d8dcb8400c054b96d37db0f3d20 (patch) | |
tree | 1581fefed2f0c63e6b82acc545428c0c992eae06 /libre/audacious-plugins-libre/PKGBUILD | |
parent | 67a2af695512d455d925a28378806d9baac68a15 (diff) | |
parent | 2bc0e4fd509e9a6ab24013506be8167e5085ff5f (diff) |
Merge branch 'master' of git://projects.parabolagnulinux.org/abslibre
Diffstat (limited to 'libre/audacious-plugins-libre/PKGBUILD')
-rw-r--r-- | libre/audacious-plugins-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/audacious-plugins-libre/PKGBUILD b/libre/audacious-plugins-libre/PKGBUILD index 0760361a1..323eee1c4 100644 --- a/libre/audacious-plugins-libre/PKGBUILD +++ b/libre/audacious-plugins-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 211911 2014-04-29 17:16:51Z bisson $ +# $Id: PKGBUILD 217506 2014-07-20 21:57:27Z bisson $ # Maintainer (Arch): Gaetan Bisson <bisson@archlinux.org> # Contributor (Arch): Alexander Fehr <pizzapunk gmail com> # Contributor (Arch): William Rea <sillywilly@gmail.com> @@ -8,8 +8,8 @@ _pkgname=audacious-plugins pkgname=audacious-plugins-libre -pkgver=3.5 -pkgrel=2 +pkgver=3.5.1 +pkgrel=1 pkgdesc='Plugins for Audacious, without nonfree plugins' url='http://audacious-media-player.org/' license=('GPL' 'GPL3' 'LGPL' 'custom:BSD') @@ -62,7 +62,7 @@ optdepends=('alsa-lib: Advanced Linux Sound Arch. output' 'libcue: CUE playlist format') source=("http://distfiles.audacious-media-player.org/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('b4fe19010eecb0a62c24fe31a2d84e2954c40c8a') +sha1sums=('c066f79ca1f213c998b651250d02a84982556946') prepare() { cd "${srcdir}/${_pkgname}-${pkgver}" |