summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-12-13 12:27:56 +0800
committerzxp198210052023-12-13 12:27:56 +0800
commit6f4454c2d2c137f9402b021d51abccf5c1186dc2 (patch)
tree87bdc420b4ff7bec0e840d5c85734a7f59d1d62b
parent42a2f4ef64fdf3dd0eee629fa4ab04f5feaabe89 (diff)
downloadaur-6f4454c2d2c137f9402b021d51abccf5c1186dc2.tar.gz
update to 42.0.1.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 781e59bc905b..d100c27a1ca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slimjet
pkgdesc = Fast, smart and powerful browser based on Blink
- pkgver = 41.0.2.0
- pkgrel = 2
+ pkgver = 42.0.1.0
+ pkgrel = 1
url = https://www.slimjet.com
install = slimjet.install
arch = x86_64
@@ -14,10 +14,8 @@ pkgbase = slimjet
depends = libxkbcommon
depends = libxrandr
depends = alsa-lib
- depends = sh
depends = libxext
depends = libcups
- depends = dbus
depends = nspr
depends = nss
depends = libdrm
@@ -34,10 +32,10 @@ pkgbase = slimjet
conflicts = slimjet35
options = !emptydirs
options = !strip
- source = slimjet-41.0.2.0_amd64.deb::https://www.slimjetbrowser.com/release/slimjet_amd64.deb
+ source = slimjet-42.0.1.0_amd64.deb::https://www.slimjetbrowser.com/release/slimjet_amd64.deb
source = libffmpeg-0.82.0.zip::https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases/download/0.82.0/0.82.0-linux-x64.zip
- source = LICENSE.html::https://www.slimjet.com/en/webhelp/index.htm
- sha256sums = f2affe23cb8d27a1fdb9a147f5cf5962a97cdfbfa6a2600a0ebb3ca25f27b55f
+ source = LICENSE-42.0.1.0.html::https://www.slimjet.com/en/webhelp/index.htm
+ sha256sums = 9aee390395ac6483b1f9b782fc99174c39f99f353d102d74f891c0a1a0ed20f4
sha256sums = f68fac7117b551d0466198a5efbe65ab6cef5969bea9403eeb57ec92237fc893
sha256sums = 2c9dac1462b349e7c077ea33cdc91ff46563b2ca0457617958772a689b4c8d43
diff --git a/PKGBUILD b/PKGBUILD
index 02b56dcf52be..9dbb47152494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: dalto <dalto at fastmail dot com>
pkgname=slimjet
_pkgname="flashpeak-${pkgname}"
-pkgver=41.0.2.0
-pkgrel=2
+pkgver=42.0.1.0
+pkgrel=1
_libffmpegverurl="https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt"
_libffmpegver=0.82.0
pkgdesc="Fast, smart and powerful browser based on Blink"
@@ -23,10 +23,8 @@ depends=(
'libxkbcommon'
'libxrandr'
'alsa-lib'
- 'sh'
'libxext'
'libcups'
- 'dbus'
'nspr'
'nss'
'libdrm'
@@ -54,9 +52,9 @@ options=(
source=(
"${pkgname}-${pkgver}_amd64.deb::${_downurl}/release/${pkgname}_amd64.deb"
"libffmpeg-${_libffmpegver}.zip::${_libffmpegverurl}/releases/download/${_libffmpegver}/${_libffmpegver}-linux-x64.zip"
- "LICENSE.html::${url}/en/webhelp/index.htm"
+ "LICENSE-${pkgver}.html::${url}/en/webhelp/index.htm"
)
-sha256sums=('f2affe23cb8d27a1fdb9a147f5cf5962a97cdfbfa6a2600a0ebb3ca25f27b55f'
+sha256sums=('9aee390395ac6483b1f9b782fc99174c39f99f353d102d74f891c0a1a0ed20f4'
'f68fac7117b551d0466198a5efbe65ab6cef5969bea9403eeb57ec92237fc893'
'2c9dac1462b349e7c077ea33cdc91ff46563b2ca0457617958772a689b4c8d43')
build() {
@@ -72,8 +70,8 @@ package() {
ln -sf "/opt/${pkgname}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
install -Dm644 "${srcdir}/libffmpeg.so" -t "${pkgdir}/opt/${pkgname}"
install -Dm644 "${srcdir}/usr/share/applications/${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
- install -Dm644 "${srcdir}/LICENSE.html" -t "${pkgdir}/usr/share/licenses/${pkgname}"
- for _icons in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do
+ install -Dm644 "${srcdir}/LICENSE-${pkgver}.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.html"
+ for _icons in 16x16 24x24 32x32 48x48 64x64 128x128 256x256; do
install -Dm644 "${srcdir}/opt/${pkgname}/"product_logo_${_icons/x*}.png \
"${pkgdir}/usr/share/icons/hicolopkgdirr/${_icons}/apps/${pkgname}.png"
done