summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2019-07-03 00:31:11 +0100
committerWorMzy Tykashi2019-07-03 00:31:11 +0100
commit94d506c7cd9ccbd13754020f5d7884a7bbd6e122 (patch)
treeadd5bea1bc40aadfc7e2a05ebeacafb91116e7a2 /PKGBUILD
parentf2b594450218af860dcbd8c63f9907f05d412ca9 (diff)
downloadaur-94d506c7cd9ccbd13754020f5d7884a7bbd6e122.tar.gz
Update to 28.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce7c2b0e65eb..aab3e987d62c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ilikenwf
# Contributor: American_Jesus
pkgname=palemoon
-pkgver=28.5.2
+pkgver=28.6.0
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@ 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' 'gconf'
- 'libpulse')
+ 'libpulse' 'gcc8')
optdepends=('libpulse: PulseAudio audio driver'
'ffmpeg: various video and audio support')
source=(git+"https://github.com/MoonchildProductions/UXP#tag=PM${pkgver}_Release"
mozconfig.in)
md5sums=('SKIP'
- '17c1f14483018a6a258db20093cdceb8')
+ '94452a38ce0443eb3741bec9f3c2595b')
prepare() {
sed 's#%SRCDIR%#'"$srcdir"'#g' mozconfig.in > mozconfig