diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-06-02 12:44:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-06-02 12:44:23 -0300 |
commit | 96b3ccdea0907e8df071273f302e1640b05d07c6 (patch) | |
tree | 69376c8767a0b85bd1a2e39ea7540b8d48c2919b /libre | |
parent | c7fb23005fe7fcc9a49b93831b499d70cf11a9b6 (diff) | |
parent | 7efff15fefc9efebec907155cc63591902e0a9e8 (diff) | |
download | abslibre-96b3ccdea0907e8df071273f302e1640b05d07c6.tar.gz abslibre-96b3ccdea0907e8df071273f302e1640b05d07c6.tar.bz2 abslibre-96b3ccdea0907e8df071273f302e1640b05d07c6.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre')
-rw-r--r-- | libre/audacious-plugins-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/audacious-plugins-libre/PKGBUILD b/libre/audacious-plugins-libre/PKGBUILD index 1953c1764..f5962063a 100644 --- a/libre/audacious-plugins-libre/PKGBUILD +++ b/libre/audacious-plugins-libre/PKGBUILD @@ -7,8 +7,8 @@ _pkgname=audacious-plugins pkgname=audacious-plugins-libre -pkgver=3.2.2 -pkgrel=1.1 +pkgver=3.2.3 +pkgrel=1 pkgdesc='Plugins for Audacious without unfree plugins' url='http://audacious-media-player.org/' arch=('i686' 'x86_64') @@ -60,7 +60,7 @@ optdepends=('oss: Open Sound System v4 output' 'libcue: CUE playlist format') source=("http://distfiles.audacious-media-player.org/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('4518a6fdcba0c1b496e048b45ce5d87a46326c9b') +sha1sums=('87a795c4ecf645ad36ffe7bb3a7b5691e0316f71') build() { # Retrieve upstream & remove plugin 'psf' due to issues mentioned above. sed -i s/enable_psf=yes/enable_psf=no/ ${_pkgname}-$pkgver/configure |