summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2024-10-30 18:59:52 +0000
committerxiota2024-10-30 18:59:52 +0000
commit90d81719bda3b3046ec10770311dbb20c49f8b4e (patch)
treea0699601f83874e86c76d85258b68f440eaa2048 /PKGBUILD
parent5c5d7f11f82b81535f09899863d0c5d4d88f440d (diff)
downloadaur-90d81719bda3b3046ec10770311dbb20c49f8b4e.tar.gz
11.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 3 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcf2e0b8b2d9..82610c1f7092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,6 @@
# https://astian.org/midori-browser/download/
# https://github.com/goastian/midori-desktop
->&2 echo 'Warning: Consider switching to a different browser.'
->&2 echo
->&2 echo 'Midori has not been updated for CVE-2024-9680. There have been'
->&2 echo '"reports of this vulnerability being exploited in the wild."'
->&2 echo
->&2 echo 'For more information, visit:'
->&2 echo ' https://www.mozilla.org/en-US/security/advisories/mfsa2024-51'
->&2 echo
-
## options
: ${_build_pgo:=true}
: ${_build_pgo_reuse:=try}
@@ -20,13 +11,13 @@
: ${_ver_clang=}
: ${RUSTUP_TOOLCHAIN:=stable}
-: ${_commit=1ff9155f6d640616e4af89a29e351718f73d7af8} # 11.4
+: ${_commit=38bb05d7429d052c80f5c3992af5d49a04046428} # 11.4.1
## basic info
_pkgname="midori"
pkgname="$_pkgname"
-pkgver=11.4
-pkgrel=2
+pkgver=11.4.1
+pkgrel=1
pkgdesc="Web browser based on Floorp"
url="https://github.com/goastian/midori-desktop"
arch=('x86_64')
@@ -107,8 +98,6 @@ options=(
!strip
)
-install="$_pkgname.install"
-
_source_main() {
: ${_lssver:=v2022.10.12}
noextract=("lss-${_lssver}.tar.gz")