summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-01-09 20:24:38 +0100
committerMichał Wojdyła2023-01-09 20:24:38 +0100
commitaa85fd934057a1bb301908fb83b51cddc1fe9535 (patch)
tree557f59885a03d3193e12cac2f69496dc24f06937
parent832526358b6d8ab56feb6f913bbf2ac2a4437fdd (diff)
downloadaur-aa85fd934057a1bb301908fb83b51cddc1fe9535.tar.gz
update to 2023.01.08
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c2a7dea06ef..5e6b2048a3b2 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.2022.11.04
+ pkgver = 52.9.2023.01.08
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.2022.11.04
+ provides = basilisk=52.9.2023.01.08
conflicts = basilisk
- source = https://archive.basilisk-browser.org/2022.11.04/linux/x86_64/gtk3/basilisk-20221104201835.linux-x86_64.tar.xz
- source = https://archive.basilisk-browser.org/2022.11.04/linux/x86_64/gtk3/basilisk-20221104201835.linux-x86_64.json
+ source = https://archive.basilisk-browser.org/2023.01.07/linux/x86_64/gtk3/basilisk-20230108031101.linux-x86_64.tar.xz
+ source = https://archive.basilisk-browser.org/2023.01.07/linux/x86_64/gtk3/basilisk-20230108031101.linux-x86_64.json
source = basilisk.desktop
- sha256sums = c5931265245352d053dec3160e53974399e8d0be35c6394ffbb8228a2e9ed2e6
- sha256sums = 9689e6c2146a20b841836bf02f39eeb8dfe8cf5e58e365618b8e9aa9afa09da2
+ sha256sums = fb85b5dac0a3ee1d76760f671b8738909d778af145bfb6e83f68aa1903082aa5
+ sha256sums = f1a6e149920cc41bd9f41929fb27342e2ea51e33348ab68cac36c7891edeb1dc
sha256sums = c4223e966bc404467fece4a524cc2db3e99c12455087da2ade9a47b8d99d3a45
pkgname = basilisk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 64c33b29e7d2..7fd643bf1b86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
_pkgname=basilisk
pkgname=${_pkgname}-bin
epoch=1
-_buildid=20221104201835
-_date=2022.11.04
-pkgver=52.9.$_date
+_buildid=20230108031101
+_date=2023.01.07
+pkgver=52.9.2023.01.08
pkgrel=1
pkgdesc="A XUL-based web-browser demonstrating the Unified XUL Platform (UXP)."
url="https://www.basilisk-browser.org"
@@ -18,8 +18,8 @@ optdepends=('hunspell: spell checker and morphological analyzer'
'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}
'basilisk.desktop')
-sha256sums=('c5931265245352d053dec3160e53974399e8d0be35c6394ffbb8228a2e9ed2e6'
- '9689e6c2146a20b841836bf02f39eeb8dfe8cf5e58e365618b8e9aa9afa09da2'
+sha256sums=('fb85b5dac0a3ee1d76760f671b8738909d778af145bfb6e83f68aa1903082aa5'
+ 'f1a6e149920cc41bd9f41929fb27342e2ea51e33348ab68cac36c7891edeb1dc'
'c4223e966bc404467fece4a524cc2db3e99c12455087da2ade9a47b8d99d3a45')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")