summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2023-05-17 19:00:45 +0200
committerJoan Figueras2023-05-17 19:00:45 +0200
commitf19ec1e0967a02f6102b49c7b9a6ba5ce06c0227 (patch)
tree3104bcb77ba165af90dee396e28b68ef041818b4 /PKGBUILD
parent9a272c78d164e8ed8bf6a336efec2393b64d5579 (diff)
downloadaur-f19ec1e0967a02f6102b49c7b9a6ba5ce06c0227.tar.gz
2023.05.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 6 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06b6c1fdf2d0..b97eef6fda2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=basilisk
-pkgver=2023.05.01
-platform=RB_20230417
+pkgver=2023.05.17
+platform=RB_20230515
pkgrel=1
pkgdesc="A XUL-based web-browser demonstrating the Unified XUL Platform (UXP)"
arch=('x86_64')
@@ -15,12 +15,10 @@ makedepends=('unzip' 'zip' 'python2' 'python2-dbus' 'yasm' 'mesa' 'autoconf2.13'
options=('!emptydirs')
source=("https://repo.palemoon.org/Basilisk-Dev/Basilisk/archive/v${pkgver}.tar.gz"
"https://repo.palemoon.org/MoonchildProductions/UXP/archive/${platform}.tar.gz"
- "https://repo.palemoon.org/mcp-graveyard/Pale-Moon/raw/commit/54aeb54828aba7ab47d6ec4a2ee432589efa2b4f/palemoon/branding/unofficial/browser.desktop"
- "https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2177.patch")
-sha256sums=('7d072841627a263ccb02ee7de49ffa03cce147f69a6626240eec9996870fe9bc'
- 'b866d4ae65d95d7827411e5e40096c0bb83c8b510ea233b4d256a211e6476d7c'
- '9ffbaa46c277e3c9addc2ce61b17e8eccffd3860706ca75d4fd70eeaa6f5e380'
- '1b779cef12b4171d19b0f5e8a3cc89729c051575bf81c238c67933091751dedd')
+ "https://repo.palemoon.org/mcp-graveyard/Pale-Moon/raw/commit/54aeb54828aba7ab47d6ec4a2ee432589efa2b4f/palemoon/branding/unofficial/browser.desktop")
+sha256sums=('1a780b6828345e8c976a0d7a8bacd23a7fe2075b0f9418107d70ef05c35f7f8a'
+ '49b55e53ff77f6944d433df25a9daa64520ac60716c4e28ba64f9088f731a728'
+ '9ffbaa46c277e3c9addc2ce61b17e8eccffd3860706ca75d4fd70eeaa6f5e380')
prepare() {
cd "$srcdir/$pkgname"
@@ -97,11 +95,6 @@ ac_add_options --disable-maintenance-service
#mk_add_options MOZ_MAKE_FLAGS="-j4"
#mk_add_options PYTHON=/usr/bin/python2
EOF
-
- # Issue #2175 - Fix build bustage in WebRTC. #2177
- # https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2177
- cd platform
- patch -Np1 -i ../../2177.patch
}
build() {