summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2017-02-09 19:53:22 +0000
committerWorMzy Tykashi2017-02-09 19:53:22 +0000
commit826b7c1d645ebcfbbf7120694768756cd2ce7958 (patch)
tree1816ef361583b00c8f6cefcc595279158ce4fa97
parenta73f9412d06c155a5610a2b14668cd37e8be135f (diff)
downloadaur-826b7c1d645ebcfbbf7120694768756cd2ce7958.tar.gz
Updated to 27.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 7 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eeb0feabbc5..49a7a658017a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = palemoon
pkgdesc = Open source web browser based on Firefox focusing on efficiency.
- pkgver = 27.0.3
- pkgrel = 3
+ pkgver = 27.1.0
+ pkgrel = 1
url = http://www.palemoon.org/
arch = i686
arch = x86_64
@@ -30,12 +30,10 @@ pkgbase = palemoon
optdepends = hyphen: library for hyphenation and justification
optdepends = gst-libav: h.264 support
optdepends = gst-plugins-good: h.264 support
- source = git+https://github.com/MoonchildProductions/Pale-Moon#tag=27.0.3_Release
+ source = git+https://github.com/MoonchildProductions/Pale-Moon#tag=27.1.0_Release
source = mozconfig.in
- source = sed.patch
md5sums = SKIP
md5sums = bcae79c3f48663a2d993978782388bc6
- md5sums = 048a6f60fe43e5c3e066fe9181e1a078
pkgname = palemoon
diff --git a/PKGBUILD b/PKGBUILD
index 6a9877fb22ae..53d3bc15b67d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: ilikenwf
# Contributor: American_Jesus
pkgname=palemoon
-pkgver=27.0.3
-pkgrel=3
+pkgver=27.1.0
+pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
url="http://www.palemoon.org/"
@@ -19,19 +19,12 @@ optdepends=('libpulse: PulseAudio audio driver'
'gst-libav: h.264 support'
'gst-plugins-good: h.264 support')
source=(git+"https://github.com/MoonchildProductions/Pale-Moon#tag=${pkgver}_Release"
- mozconfig.in
- sed.patch)
+ mozconfig.in)
md5sums=('SKIP'
- 'bcae79c3f48663a2d993978782388bc6'
- '048a6f60fe43e5c3e066fe9181e1a078')
+ 'bcae79c3f48663a2d993978782388bc6')
prepare() {
sed 's#%SRCDIR%#'"$srcdir"'#g' mozconfig.in > mozconfig
- cd Pale-Moon
-
- chmod -R +x build/autoconf/* python/*
- find . -name '*.sh' -exec chmod +x {} \;
- patch -p1 -i "$srcdir/sed.patch"
}
build() {