summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2016-01-31 18:43:46 +0000
committerWorMzy Tykashi2016-01-31 18:43:46 +0000
commit0dcbcf29b56fef69065b66de2b367e5778703eae (patch)
treec9109920a8592cfc5b2b6ad83ff69cb476e8c80a /PKGBUILD
parent8ed4f173c70c29addfae2eea6ddc1edb5bf22e1e (diff)
downloadaur-0dcbcf29b56fef69065b66de2b367e5778703eae.tar.gz
Updated for 26.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68438e3c1281..b3720374bec3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
# Contributor: artiom <a.mv at gmx dot fr>
+# Contributor: ilikenwf
+# Contributor: American_Jesus
pkgname=palemoon
-pkgver=26.0.0
+pkgver=26.0.1
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' 'nss' 'alsa-lib')
+depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'nss' 'alsa-lib' 'hunspell'
+ 'nspr' 'libjpeg-turbo' 'zlib' 'bzip2' 'libpng' 'libevent' 'libvpx' 'startup-notification')
makedepends=('git' 'python2' 'autoconf2.13' 'unzip' 'zip' 'yasm' 'gstreamer0.10' 'gstreamer0.10-base-plugins' 'libpulse')
optdepends=('networkmanager: Location detection via available WiFi networks'
'libpulse: PulseAudio audio driver'
@@ -21,8 +24,8 @@ source=(git+"https://github.com/MoonchildProductions/Pale-Moon#tag=${pkgver}_Rel
palemoon.desktop
mozconfig.in)
md5sums=('SKIP'
- '32231f6e6a532021fd04c6d7b32f4270'
- '9ff0a5a4cfa930148cb96612bed4fe09')
+ 'ba2923c637c7324c2f5b151f0b22da6a'
+ 'f518f022bd6bf4b57d0b01eaefeab161')
prepare() {
sed 's#%SRCDIR%#'"$srcdir"'#g' mozconfig.in > mozconfig