summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2017-09-27 10:12:20 +0100
committerWorMzy Tykashi2017-09-27 10:12:20 +0100
commit983937da0d8eeeadd356ec0a5a2eb7bfbb777e9d (patch)
tree717ac4ace9072a18e4919c7bf98bba1259d044f1
parentc3a324ca39377b0e8adefe39f590a8b4b64b1abf (diff)
downloadaur-983937da0d8eeeadd356ec0a5a2eb7bfbb777e9d.tar.gz
Updated to 27.5.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4c44c333357..ffe9d5ffbdcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = palemoon
pkgdesc = Open source web browser based on Firefox focusing on efficiency.
- pkgver = 27.4.2
+ pkgver = 27.5.0
pkgrel = 2
url = http://www.palemoon.org/
arch = i686
@@ -28,7 +28,7 @@ pkgbase = palemoon
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.4.2_Release
+ source = git+https://github.com/MoonchildProductions/Pale-Moon#tag=27.5.0_Release
source = mozconfig.in
md5sums = SKIP
md5sums = 3b1d2eff90892a99ff6a0e078b35a839
diff --git a/PKGBUILD b/PKGBUILD
index 9fa74e6860dc..2c0e327d1e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ilikenwf
# Contributor: American_Jesus
pkgname=palemoon
-pkgver=27.4.2
+pkgver=27.5.0
pkgrel=2
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
@@ -37,7 +37,6 @@ build() {
export MOZBUILD_STATE_PATH="$srcdir/mozbuild"
export MOZCONFIG="$srcdir/mozconfig"
export CPPFLAGS="$CPPFLAGS -O2"
- python2 mach build || echo "Next =>"
python2 mach build
}