summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2017-03-18 18:44:26 +0000
committerWorMzy Tykashi2017-03-18 18:44:26 +0000
commitc3c58ff033608d64eb75fbf1d39451cda3da6bb8 (patch)
treee5f45677c04113ccef4ecda2f7dafc1224e47928 /PKGBUILD
parent16f16d07a39acf36dce947e886fc21015a69d058 (diff)
downloadaur-c3c58ff033608d64eb75fbf1d39451cda3da6bb8.tar.gz
Updated to 27.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3912e22b025..6c5b83d3d198 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,25 +3,24 @@
# Contributor: ilikenwf
# Contributor: American_Jesus
pkgname=palemoon
-pkgver=27.1.2
+pkgver=27.2.0
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
url="http://www.palemoon.org/"
license=('MPL' 'GPL' 'LGPL')
depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'alsa-lib'
- 'startup-notification')
-makedepends=('git' 'python2' 'autoconf2.13' 'unzip' 'zip' 'yasm' 'gstreamer'
- 'gst-plugins-base' 'libpulse' 'gcc5')
+ 'startup-notification' 'icu')
+makedepends=('git' 'python2' 'autoconf2.13' 'unzip' 'zip' 'yasm'
+ 'libpulse' 'gcc5')
optdepends=('libpulse: PulseAudio audio driver'
'hunspell: spell checker and morphological analyzer'
'hyphen: library for hyphenation and justification'
- 'gst-libav: h.264 support'
- 'gst-plugins-good: h.264 support')
+ 'ffmpeg: various video and audio support')
source=(git+"https://github.com/MoonchildProductions/Pale-Moon#tag=${pkgver}_Release"
mozconfig.in)
md5sums=('SKIP'
- 'bcae79c3f48663a2d993978782388bc6')
+ '033551ecd40cc00580ed77fa00f31559')
prepare() {
sed 's#%SRCDIR%#'"$srcdir"'#g' mozconfig.in > mozconfig