summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2016-11-22 14:34:29 +0000
committerWorMzy Tykashi2016-11-22 14:34:29 +0000
commit45838226324cad1720ed07eaffae922486385b49 (patch)
treefaed336819ab5c10823f6c5db54ba90fab67a921 /PKGBUILD
parent1cba34353736a865aa54b0b704f290062cd8c109 (diff)
downloadaur-45838226324cad1720ed07eaffae922486385b49.tar.gz
Updated to 27.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48af1bc774fc..1fd63314caf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ilikenwf
# Contributor: American_Jesus
pkgname=palemoon
-pkgver=26.5.0
+pkgver=27.0.0
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
@@ -11,20 +11,17 @@ 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' 'gstreamer0.10'
- 'gstreamer0.10-base-plugins' 'libpulse' 'gcc5')
+makedepends=('git' 'python2' 'autoconf2.13' 'unzip' 'zip' 'yasm' 'gstreamer'
+ 'gst-plugins-base' 'libpulse' 'gcc5')
optdepends=('libpulse: PulseAudio audio driver'
'hunspell: spell checker and morphological analyzer'
'hyphen: library for hyphenation and justification'
- 'gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
- 'gstreamer0.10-good-plugins: webm and mp4 demuxing'
- 'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
- 'gstreamer0.10-ugly-plugins: h.264 and mp3 decoding'
- 'gstreamer0.10-ffmpeg: h.264 decoding')
+ 'gst-libav: h.264 support'
+ 'gst-plugins-good: h.264 support')
source=(git+"https://github.com/MoonchildProductions/Pale-Moon#tag=${pkgver}_Release"
mozconfig.in)
md5sums=('SKIP'
- '6c23b737a8ef846926d247116b69f33d')
+ '17d3e79f16ffa6fe1630849b71fb4709')
prepare() {
sed 's#%SRCDIR%#'"$srcdir"'#g' mozconfig.in > mozconfig