diff options
Diffstat (limited to 'community/lightspark/PKGBUILD')
-rw-r--r-- | community/lightspark/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/lightspark/PKGBUILD b/community/lightspark/PKGBUILD index 876666175..574f89dbf 100644 --- a/community/lightspark/PKGBUILD +++ b/community/lightspark/PKGBUILD @@ -2,21 +2,21 @@ # Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com> pkgname=lightspark -pkgver=0.4.6.1 -pkgrel=2 +pkgver=0.4.7.1 +pkgrel=1 pkgdesc='An alternative Flash Player for Linux.' arch=('i686' 'x86_64') url='http://lightspark.sourceforge.net' license=('LGPL3') conflicts=('lightspark-git') # add libxml++ back after repos update it -depends=('mesa' 'ftgl' 'sdl' 'gtk2' 'curl' 'zlib' 'ffmpeg' 'glew' 'pcre' 'libpulse' 'libffi' 'boost-libs' 'glibmm' 'ffmpeg' 'gtkglext' 'desktop-file-utils') +depends=('mesa' 'ftgl' 'sdl' 'gtk2' 'curl' 'zlib' 'ffmpeg' 'glew' 'pcre' 'libpulse' 'libffi' 'boost-libs' 'glibmm' 'gtkglext' 'desktop-file-utils') makedepends=('cmake' 'nasm' 'xulrunner' 'llvm' 'glproto' 'boost' 'pkgconfig' 'libxml2>=2.7.7' 'fontconfig') optdepends=('gnash-gtk: fallback support') install="${pkgname}.install" source=("http://launchpad.net/${pkgname}/trunk/${pkgname}-${pkgver:0:5}/+download/${pkgname}-${pkgver}.tar.gz" 'http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.33/libxml++-2.33.1.tar.bz2') -md5sums=('a352604c4cfe33f5e0bfec5cf27a6019' +md5sums=('fee5cd52a8a23e858979a8f4ec778266' '90919b5a5e92381722ef004898eba343') build() { |