summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2017-04-28 16:56:44 +0100
committerWorMzy Tykashi2017-04-28 16:56:44 +0100
commitaf1e5c2983c98c1b0465a6a59c28f37c29a1610d (patch)
treeffcac83c44194850493daf2912d6b241b2c3a469
parentd56b21bf929531d9c633443509985695833c8833 (diff)
downloadaur-af1e5c2983c98c1b0465a6a59c28f37c29a1610d.tar.gz
Updated to 27.3.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aec8f9a76498..a71f8c406669 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = palemoon
pkgdesc = Open source web browser based on Firefox focusing on efficiency.
- pkgver = 27.2.1
+ pkgver = 27.3.0
pkgrel = 1
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.2.1_Release
+ source = git+https://github.com/MoonchildProductions/Pale-Moon#commit=f2695891c96250bfde630acdf2f5babe31c750f5
source = mozconfig.in
md5sums = SKIP
md5sums = 033551ecd40cc00580ed77fa00f31559
diff --git a/PKGBUILD b/PKGBUILD
index 6980e40a0b21..edf7b1b8e9a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ilikenwf
# Contributor: American_Jesus
pkgname=palemoon
-pkgver=27.2.1
+pkgver=27.3.0
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
@@ -17,7 +17,8 @@ optdepends=('libpulse: PulseAudio audio driver'
'hunspell: spell checker and morphological analyzer'
'hyphen: library for hyphenation and justification'
'ffmpeg: various video and audio support')
-source=(git+"https://github.com/MoonchildProductions/Pale-Moon#tag=${pkgver}_Release"
+#source=(git+"https://github.com/MoonchildProductions/Pale-Moon#tag=${pkgver}_Release"
+source=(git+"https://github.com/MoonchildProductions/Pale-Moon#commit=f2695891c96250bfde630acdf2f5babe31c750f5" # upstream hasn't tagged 27.3 yet, so use verbump commit
mozconfig.in)
md5sums=('SKIP'
'033551ecd40cc00580ed77fa00f31559')