summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9add94bd4798..64327e3282c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = basilisk
pkgdesc = Standalone web browser forked from mozilla.org
- pkgver = 2020.06.10
+ pkgver = 2020.08.05
pkgrel = 1
- url = https://www.basilisk-browser.org
+ url = https://www.basilisk-browser.org/
arch = x86_64
license = MPL
license = GPL
@@ -20,11 +20,11 @@ pkgbase = basilisk
depends = ffmpeg
depends = ttf-font
options = !emptydirs
- source = https://github.com/MoonchildProductions/Basilisk/archive/v2020.06.10.tar.gz
- source = https://github.com/MoonchildProductions/UXP/archive/8797b20746cd80c51cc56225f70ddea6c6b94f9d.tar.gz
+ source = https://github.com/MoonchildProductions/Basilisk/archive/v2020.08.05.tar.gz
+ source = https://github.com/MoonchildProductions/UXP/archive/2ed0607c747b21cadaf7401d4ba706097578e74d.tar.gz
source = https://raw.githubusercontent.com/MoonchildProductions/Pale-Moon/1f08c80172805b68ac36dd368a36f1e6828fc662/palemoon/branding/official/palemoon.desktop
- sha256sums = 95bf84ed387e1fd57d6008e4eb18d9359b0c647c523722942d9faf897d67c11d
- sha256sums = cd22f27ec1f2dfadafd2c512268ab8f437504a432c9a32adf491945b09d6c1c9
+ sha256sums = 0c9535a241b22d0ecc5f5cee7162ee9e1444da5aff19479175eea4787c0a8fa3
+ sha256sums = 52614ed740beecbb8295f3e013370f9f280d035a6e9f7d0e87ae92fe8afc6b68
sha256sums = 98fce6e155a0c0243886b09364ab925d742cdc97d631bfd1019a2c597aed42fc
pkgname = basilisk
diff --git a/PKGBUILD b/PKGBUILD
index 25f764cd4965..cb0e3803e10f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=basilisk
-pkgver=2020.06.10
+pkgver=2020.08.05
pkgrel=1
pkgdesc="Standalone web browser forked from mozilla.org"
arch=('x86_64')
@@ -12,12 +12,12 @@ license=('MPL' 'GPL' 'LGPL')
depends=('gtk2' 'libxt' 'mime-types' 'alsa-lib' 'ffmpeg' 'ttf-font')
makedepends=('unzip' 'zip' 'python2' 'yasm' 'mesa' 'autoconf2.13')
options=('!emptydirs')
-_commit=8797b20746cd80c51cc56225f70ddea6c6b94f9d
+_commit=2ed0607c747b21cadaf7401d4ba706097578e74d
source=("https://github.com/MoonchildProductions/Basilisk/archive/v$pkgver.tar.gz"
"https://github.com/MoonchildProductions/UXP/archive/$_commit.tar.gz"
"https://raw.githubusercontent.com/MoonchildProductions/Pale-Moon/1f08c80172805b68ac36dd368a36f1e6828fc662/palemoon/branding/official/palemoon.desktop")
-sha256sums=('95bf84ed387e1fd57d6008e4eb18d9359b0c647c523722942d9faf897d67c11d'
- 'cd22f27ec1f2dfadafd2c512268ab8f437504a432c9a32adf491945b09d6c1c9'
+sha256sums=('0c9535a241b22d0ecc5f5cee7162ee9e1444da5aff19479175eea4787c0a8fa3'
+ '52614ed740beecbb8295f3e013370f9f280d035a6e9f7d0e87ae92fe8afc6b68'
'98fce6e155a0c0243886b09364ab925d742cdc97d631bfd1019a2c597aed42fc')
prepare() {