summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2023-09-13 04:48:02 -0400
committerTed Alff2023-09-13 04:48:02 -0400
commitf38596e51f21d5d28fbd834892dbab7c5c16574d (patch)
tree69b72f1b9d00e91c0c9687e4cfcb82f11259e3a3
parent6933013121fa8f190e1c5a367dce9fe4727df8bb (diff)
downloadaur-f38596e51f21d5d28fbd834892dbab7c5c16574d.tar.gz
Version bump 2023.09.12
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd3262ebf43a..ec1117a83a8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = basilisk-bin
pkgdesc = A XUL-based web-browser demonstrating the Unified XUL Platform (UXP).
- pkgver = 52.9.2023.07.18
+ pkgver = 52.9.2023.09.12
pkgrel = 1
epoch = 1
url = https://www.basilisk-browser.org
@@ -17,13 +17,13 @@ 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
- provides = basilisk=52.9.2023.07.18
+ provides = basilisk=52.9.2023.09.12
conflicts = basilisk
- source = https://archive.basilisk-browser.org/2023.07.18/linux/x86_64/gtk3/basilisk-20230718135122.linux-x86_64.tar.xz
- source = https://archive.basilisk-browser.org/2023.07.18/linux/x86_64/gtk3/basilisk-20230718135122.linux-x86_64.json
+ source = https://archive.basilisk-browser.org/2023.09.12/linux/x86_64/gtk3/basilisk-20230912153600.linux-x86_64-gtk3.tar.xz
+ source = https://archive.basilisk-browser.org/2023.09.12/linux/x86_64/gtk3/basilisk-20230912153600.linux-x86_64-gtk3.json
source = basilisk.desktop
- sha256sums = e77e8f0501806c247dc7a6f06d0cbc7050b4adf897132489073495839ef1cca3
- sha256sums = 0953034b69bfd2cc856f921ad3135295523bcea909fd9934c29e171a4ed30eb6
+ sha256sums = 6f98958107a86fe0c14039293733ce18a29efd5a6b8fcb0aeb72275651d91e4d
+ sha256sums = 33f621b131bce803081eda0365a403d7fc880627547633c8d95de066ae1e1b57
sha256sums = c4223e966bc404467fece4a524cc2db3e99c12455087da2ade9a47b8d99d3a45
pkgname = basilisk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8fcf9f0582da..76ed3fbdc3e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
_pkgname=basilisk
pkgname=${_pkgname}-bin
epoch=1
-_buildid=20230718135122
-_date=2023.07.18
-pkgver=52.9.2023.07.18
+_buildid=20230912153600
+_date=2023.09.12
+pkgver=52.9.2023.09.12
pkgrel=1
pkgdesc="A XUL-based web-browser demonstrating the Unified XUL Platform (UXP)."
url="https://www.basilisk-browser.org"
@@ -16,16 +16,16 @@ 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=(https://archive.basilisk-browser.org/${_date}/linux/x86_64/gtk3/basilisk-${_buildid}.linux-x86_64.{tar.xz,json}
+source=(https://archive.basilisk-browser.org/${_date}/linux/x86_64/gtk3/basilisk-${_buildid}.linux-x86_64-gtk3.{tar.xz,json}
'basilisk.desktop')
-sha256sums=('e77e8f0501806c247dc7a6f06d0cbc7050b4adf897132489073495839ef1cca3'
- '0953034b69bfd2cc856f921ad3135295523bcea909fd9934c29e171a4ed30eb6'
+sha256sums=('6f98958107a86fe0c14039293733ce18a29efd5a6b8fcb0aeb72275651d91e4d'
+ '33f621b131bce803081eda0365a403d7fc880627547633c8d95de066ae1e1b57'
'c4223e966bc404467fece4a524cc2db3e99c12455087da2ade9a47b8d99d3a45')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
pkgver() {
- grep 'moz_app_version' "${srcdir}"/basilisk-${_buildid}.linux-x86_64.json | sed -e 's/.*:[\ \t]*"//;s/"[,]*[\ \t]*$//'
+ grep 'moz_app_version' "${srcdir}"/basilisk-${_buildid}.linux-x86_64-gtk3.json | sed -e 's/.*:[\ \t]*"//;s/"[,]*[\ \t]*$//'
# cd "$srcdir"/basilisk
# ./basilisk --version | grep -o -E '[0-9\.]+$'
}