diff options
Diffstat (limited to 'community/xnoise')
-rwxr-xr-x | community/xnoise/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/xnoise/PKGBUILD b/community/xnoise/PKGBUILD index 0ca15e5a0..89c19244f 100755 --- a/community/xnoise/PKGBUILD +++ b/community/xnoise/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 82522 2013-01-20 02:39:18Z fyan $ +# $Id: PKGBUILD 83989 2013-02-08 01:40:12Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: archtux <antonio dot arias99999 at gmail dot com> pkgname=xnoise -pkgver=0.2.14 -pkgrel=6 +pkgver=0.2.15 +pkgrel=1 pkgdesc="Media player with a slick GUI, great speed and lots of features." arch=('i686' 'x86_64' 'mips64el') url="http://www.xnoise-media-player.com/" @@ -35,3 +35,4 @@ package() { # Remove obsolete files rm -rf $pkgdir/usr/include $pkgdir/usr/share/vala } +md5sums=('59736de51d9747e7a784103b902f9222') |