summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-02-12 21:22:02 -0500
committerTed Alff2019-02-12 21:22:02 -0500
commitf5710397d04435f91edda215867e00b1d310c7c3 (patch)
tree11773f14ffc9ee856110111aeecd10dff8f13807
parent735d436b5d8affdaa17ff5992df1141bab0d13b1 (diff)
downloadaur-f5710397d04435f91edda215867e00b1d310c7c3.tar.gz
Version bump 2019.02.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f627b0459ea8..a0922c8230bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 26 03:46:54 UTC 2018
+# Wed Feb 13 02:21:49 UTC 2019
pkgbase = basilisk-bin
pkgdesc = Basilisk Browser from the makers of Pale Moon
- pkgver = 52.9.2018.12.18
+ pkgver = 52.9.2019.02.11
pkgrel = 1
epoch = 1
url = http://www.basilisk-browser.org
@@ -19,9 +19,11 @@ pkgbase = basilisk-bin
optdepends = hunspell: spell checker and morphological analyzer
optdepends = hyphen: library for hyphenation and justification
optdepends = ffmpeg: record, convert, and stream audio and video
- source = basilisk-52.9.2018.12.18.tar.bz2::http://us.basilisk-browser.org/release/basilisk-latest.linux64.tar.bz2
+ source = ftp://archive.palemoon.org/basilisk/basilisk-20190211022208.linux-x86_64.tar.bz2
+ source = ftp://archive.palemoon.org/basilisk/basilisk-20190211022208.linux-x86_64.json
source = basilisk.desktop
- sha256sums = a352c47e717bc03e3dbac4ad38c8bd0ccbe7aa83e83f99cefb2344cc65932df4
+ sha256sums = 35118fcaa4a1e5a5576bb5839032fb432e9867534cc426dff9f19bb3c8ee3ade
+ sha256sums = 9226bfde2f6a1a752cce52a16b2f3ec632bb755b208c151314a5c5a0e21fabda
sha256sums = c4223e966bc404467fece4a524cc2db3e99c12455087da2ade9a47b8d99d3a45
pkgname = basilisk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 976ce03ff6f6..62fea5bc03b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@
_pkgname=basilisk
pkgname=${_pkgname}-bin
epoch=1
-pkgver=52.9.2018.12.18
+_buildid=20190211022208
+pkgver=52.9.2019.02.11
pkgrel=1
pkgdesc="Basilisk Browser from the makers of Pale Moon"
url="http://www.basilisk-browser.org"
@@ -13,14 +14,15 @@ depends=('gtk2' 'gtk3' 'dbus-glib' 'libxt' 'mime-types' 'nss' 'alsa-lib' 'icu')
optdepends=('hunspell: spell checker and morphological analyzer'
'hyphen: library for hyphenation and justification'
'ffmpeg: record, convert, and stream audio and video')
-source=("${pkgname/-bin/}-${pkgver}.tar.bz2::http://us.basilisk-browser.org/release/basilisk-latest.linux64.tar.bz2"
+source=(ftp://archive.palemoon.org/basilisk/basilisk-${_buildid}.linux-x86_64.{tar.bz2,json}
'basilisk.desktop')
-sha256sums=('a352c47e717bc03e3dbac4ad38c8bd0ccbe7aa83e83f99cefb2344cc65932df4'
+sha256sums=('35118fcaa4a1e5a5576bb5839032fb432e9867534cc426dff9f19bb3c8ee3ade'
+ '9226bfde2f6a1a752cce52a16b2f3ec632bb755b208c151314a5c5a0e21fabda'
'c4223e966bc404467fece4a524cc2db3e99c12455087da2ade9a47b8d99d3a45')
pkgver() {
- cd "${srcdir}"/basilisk
- ./basilisk --version | grep -o -E '[0-9\.]+$'
+ grep 'moz_app_version' "${srcdir}"/basilisk-${_buildid}.linux-x86_64.json | sed -e 's/.*:[\ \t]*"//;s/"[,]*[\ \t]*$//'
+# ./basilisk --version | grep -o -E '[0-9\.]+$'
}
package() {