Date: Monday, March 28, 2011 @ 08:35:49 Author: ibiru Revision: 117067
upgpkg: seamonkey 2.0.13-1 update to 2.0.13 Modified: seamonkey/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-28 11:35:19 UTC (rev 117066) +++ PKGBUILD 2011-03-28 12:35:49 UTC (rev 117067) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Jan de Groot <[email protected]> pkgname=seamonkey -pkgver=2.0.12 +pkgver=2.0.13 pkgrel=1 pkgdesc="SeaMonkey internet suite" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ seamonkey-appversion.patch seamonkey-2.0-lang.patch python27.patch) -md5sums=('681328d58a71d23e52ebe986a8eca3fd' +md5sums=('8915dbdd48aa26b791b622a7e8778b64' '4978159e4921892e34dcd7e9804f0437' '448848e65efcbf1b2be2873b66b6cd48' 'a4275fc48361c80f676e96fdb28bd74e' @@ -36,7 +36,7 @@ export LDFLAGS="-Wl,-rpath,/usr/lib/seamonkey-2.0" make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}" - make -j1 DESTDIR="${pkgdir}" install + make -j1 -f client.mk DESTDIR="${pkgdir}" install install -m755 -d "${pkgdir}/usr/share/applications" install -m755 -d "${pkgdir}/usr/share/pixmaps"
