summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2018-04-18 20:59:59 +0100
committerWorMzy Tykashi2018-04-18 20:59:59 +0100
commit3efd78fbb1c90604f60b9cad94d9a473670ce6aa (patch)
treee398dae26e52063cd9904ec917ff881baa6ca546
parent4be7576b08eb8f2119e66aaf04cb0577f40c6bac (diff)
downloadaur-3efd78fbb1c90604f60b9cad94d9a473670ce6aa.tar.gz
Updated to 27.9.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f612a4ca3a84..1e1ad2540712 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = palemoon
pkgdesc = Open source web browser based on Firefox focusing on efficiency.
- pkgver = 27.8.3
+ pkgver = 27.9.0
pkgrel = 1
url = https://www.palemoon.org/
arch = i686
@@ -23,12 +23,11 @@ pkgbase = palemoon
depends = mime-types
depends = alsa-lib
depends = startup-notification
- depends = icu
optdepends = libpulse: PulseAudio audio driver
optdepends = hunspell: spell checker and morphological analyzer
optdepends = hyphen: library for hyphenation and justification
optdepends = ffmpeg: various video and audio support
- source = git+https://github.com/MoonchildProductions/Pale-Moon#tag=27.8.3_Release
+ source = git+https://github.com/MoonchildProductions/Pale-Moon#tag=27.9.0_Release
source = mozconfig.in
md5sums = SKIP
md5sums = 3b1d2eff90892a99ff6a0e078b35a839
diff --git a/PKGBUILD b/PKGBUILD
index 797f72ea2235..551b8c5a1873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: ilikenwf
# Contributor: American_Jesus
pkgname=palemoon
-pkgver=27.8.3
+pkgver=27.9.0
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
url="https://www.palemoon.org/"
license=('MPL' 'GPL' 'LGPL')
depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'alsa-lib'
- 'startup-notification' 'icu')
+ 'startup-notification')
makedepends=('git' 'python2' 'autoconf2.13' 'unzip' 'zip' 'yasm'
'libpulse' 'gcc5')
optdepends=('libpulse: PulseAudio audio driver'