[arch-commits] Commit in seamonkey/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Wed Nov 11 15:17:02 UTC 2015
Date: Wednesday, November 11, 2015 @ 16:17:01
Author: kkeen
Revision: 146588
upgpkg: seamonkey 2.39-1
Modified:
seamonkey/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-11 14:51:54 UTC (rev 146587)
+++ PKGBUILD 2015-11-11 15:17:01 UTC (rev 146588)
@@ -2,8 +2,8 @@
# Maintainer: Kyle Keen <keenerd at gmail.com>
pkgname=seamonkey
-pkgver=2.38
-pkgrel=2
+pkgver=2.39
+pkgrel=1
pkgdesc="SeaMonkey internet suite"
arch=('i686' 'x86_64')
license=('MPL')
@@ -19,13 +19,13 @@
mozconfig
seamonkey-2.0-lang.patch
rhbz-966424.patch)
-md5sums=('d77b2550665a94a88c69368f4cf54833'
+md5sums=('eb571346b1ad00d3197d48aa0a906102'
'9b6d65e9b77acf9fd7c6e3578a5d2acd'
'25b6fe16ac24cd5c852213e5c1adb272'
'8c1578232b7a60fa1caa9a0b322d1e2b')
prepare() {
- cd comm-release
+ cd "$pkgname-$pkgver"
cp ../mozconfig .mozconfig
#patch -Np1 -i ../seamonkey-2.0-lang.patch
@@ -44,7 +44,7 @@
}
build() {
- cd comm-release
+ cd "$pkgname-$pkgver"
export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
export MOZ_MAKE_FLAGS="$MAKEFLAGS"
@@ -55,7 +55,7 @@
}
package() {
- cd comm-release
+ cd "$pkgname-$pkgver"
make -j1 -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
More information about the arch-commits
mailing list