[arch-commits] Commit in seamonkey/trunk (PKGBUILD mozconfig)

Kyle Keen kkeen at archlinux.org
Sat Nov 14 11:16:54 UTC 2020


    Date: Saturday, November 14, 2020 @ 11:16:53
  Author: kkeen
Revision: 754055

upgpkg: seamonkey 2.53.5-1

Modified:
  seamonkey/trunk/PKGBUILD
  seamonkey/trunk/mozconfig

-----------+
 PKGBUILD  |   10 +++++-----
 mozconfig |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-14 11:08:30 UTC (rev 754054)
+++ PKGBUILD	2020-11-14 11:16:53 UTC (rev 754055)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=seamonkey
-pkgver=2.53.3
-pkgrel=2
+pkgver=2.53.5
+pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('x86_64')
 license=('MPL')
@@ -10,7 +10,7 @@
          'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types'
          'nss' 'sqlite' 'startup-notification')
 makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 'python2-setuptools'
-             'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')
+             'python2-psutil' 'rust' 'yasm' 'unzip' 'zip' 'nasm')
 optdepends=('networkmanager: Location detection via available WiFi networks'
 	    'libnotify: Notification integration'
 	    'pulseaudio: Audio support')
@@ -17,8 +17,8 @@
 url="https://www.seamonkey-project.org/"
 source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz"
         "mozconfig")
-sha256sums=('2cc86fc22b8113eecd75ae68d4857664e2aadcca72eff4e602301ba0bd5fe48b'
-            '4f371c19959a0745b33a1ef76182c26ece9bcaa6d5b04050539c6c96f4e3a6f3')
+sha256sums=('ab1cef1db8e6cb725ef4be65d3cad3a5fb5019d0cdc3baa13d1c24ef53e28395'
+            '5341594529a763598f979b4c84f5a7892f97a0727f4283798c94a1e8869f70fe')
 install="$pkgname.install"
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)

Modified: mozconfig
===================================================================
--- mozconfig	2020-11-14 11:08:30 UTC (rev 754054)
+++ mozconfig	2020-11-14 11:16:53 UTC (rev 754055)
@@ -13,7 +13,7 @@
 ac_add_options --with-system-libevent
 #ac_add_options --with-system-libvpx
 ac_add_options --enable-system-hunspell
-ac_add_options --enable-system-sqlite
+#ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-ffi
 #ac_add_options --enable-system-cairo
 ac_add_options --with-pthreads



More information about the arch-commits mailing list