diff options
Diffstat (limited to 'community/lightspark/PKGBUILD')
-rw-r--r-- | community/lightspark/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lightspark/PKGBUILD b/community/lightspark/PKGBUILD index dcb1b6cf7..523a163d1 100644 --- a/community/lightspark/PKGBUILD +++ b/community/lightspark/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com> pkgname=lightspark -pkgver=0.5.2.1 -pkgrel=2 +pkgver=0.5.3 +pkgrel=1 pkgdesc='An alternative Flash Player for Linux.' arch=('i686' 'x86_64' 'mips64el') url='http://lightspark.sourceforge.net' @@ -15,7 +15,7 @@ optdepends=('gnash-gtk: fallback support') install="lightspark.install" source=("http://launchpad.net/lightspark/trunk/lightspark-${pkgver}/+download/lightspark-${pkgver}.tar.gz" 'llvm29.diff') -md5sums=('ac2233a83e8bf0b305563bbce322cd76' +md5sums=('2d4519c61aabc34cbba97120f5c01d18' '5f717d1d9ead478184ca68f6ac068099') build() { |