diff options
Diffstat (limited to 'community/ming/PKGBUILD')
-rw-r--r-- | community/ming/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ming/PKGBUILD b/community/ming/PKGBUILD index 2037b0efe..326ce0cb8 100644 --- a/community/ming/PKGBUILD +++ b/community/ming/PKGBUILD @@ -3,14 +3,14 @@ pkgname=ming pkgver=0.4.5 -pkgrel=1 +pkgrel=2 pkgdesc="SWF output library" arch=('i686' 'x86_64' 'mips64el') url="http://www.libming.net/" license=('GPL' 'LGPL') depends=('freetype2' 'libpng' 'flex') makedepends=('bison' 'pkg-config' 'python2') -options=('!libtool' '!emptydirs') +options=('!emptydirs') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) md5sums=('73bcbcb837f3872ef1a936c539a2513c') |