From 93b16af0a4cb65989b3111c5ea3e60aa652aee0a Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 26 Mar 2026 22:34:14 +0100 Subject: [PATCH] update to 0.8.11 --- .SRCINFO | 10 ++++------ PKGBUILD | 9 +++------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1113c21..ea03222 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = open-webui pkgdesc = Web UI and OpenAI API for various LLM runners, including Ollama - pkgver = 0.8.10 - pkgrel = 2 + pkgver = 0.8.11 + pkgrel = 1 url = https://github.com/open-webui/open-webui install = open-webui.install arch = any @@ -16,12 +16,10 @@ pkgbase = open-webui conflicts = open-webui-no-venv options = !strip options = !debug - source = git+https://github.com/open-webui/open-webui.git#tag=v0.8.10 - source = 0001-bump-ddgs-ver.patch + source = git+https://github.com/open-webui/open-webui.git#tag=v0.8.11 source = open-webui.service source = open-webui.conf - b2sums = de0b33a30a6630fcc783d9927aa049d400e7c5149f5bed134af01d73db445789ddfb2f29d6a408e5885aac3fcdf60f4f1c08c177ef513b6f20b554d4342bab3a - b2sums = ec66e2e084dcf752c80a072d80dbe9329ddfd8416e87a1b5728441364c73867485794e954be9e28b9c7dd89e0f180fe2b8cdeb9701dfbb4390e2a24d4a2a2ac4 + b2sums = 119f7f18c83b9b5dc4f9c40c2aab7337e6306f07ef570f9dd1dcacdaea05ea57fd6a63f1205b35364b9bd4a8471e46b86732f91e715dfe1dea6ac453268476e5 b2sums = 1438948b9e31ccbcfe7eab5965de71b0fb23bc205579c6668cd91f805a17d5a0b2379afeac3148fb0701125e210eebb81f4bdd5496bc9b0d080766ecf71d32bf b2sums = 1538695adbe92507ef8c319f4aba22bd9c8843ecaebfaf8860485316564708809c92becc0d0634467b068e8d6b17992c2f210f1bdb344d72b0e01db243ac24ca diff --git a/PKGBUILD b/PKGBUILD index b6a2a19..6017248 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,8 +5,8 @@ _appprefix="/opt" _appdataprefix="/var/opt" pkgname=open-webui -pkgver=0.8.10 -pkgrel=2 +pkgver=0.8.11 +pkgrel=1 pkgdesc="Web UI and OpenAI API for various LLM runners, including Ollama" arch=('any') url="https://github.com/open-webui/open-webui" @@ -16,13 +16,11 @@ makedepends=('npm' 'nvm' 'git') optdepends=('ollama' 'tika-server') conflicts=('open-webui-git' 'open-webui-no-venv') source=("git+https://github.com/open-webui/open-webui.git#tag=v$pkgver" - 0001-bump-ddgs-ver.patch "open-webui.service" "open-webui.conf") install="${pkgname}.install" -b2sums=('de0b33a30a6630fcc783d9927aa049d400e7c5149f5bed134af01d73db445789ddfb2f29d6a408e5885aac3fcdf60f4f1c08c177ef513b6f20b554d4342bab3a' - 'ec66e2e084dcf752c80a072d80dbe9329ddfd8416e87a1b5728441364c73867485794e954be9e28b9c7dd89e0f180fe2b8cdeb9701dfbb4390e2a24d4a2a2ac4' +b2sums=('119f7f18c83b9b5dc4f9c40c2aab7337e6306f07ef570f9dd1dcacdaea05ea57fd6a63f1205b35364b9bd4a8471e46b86732f91e715dfe1dea6ac453268476e5' '1438948b9e31ccbcfe7eab5965de71b0fb23bc205579c6668cd91f805a17d5a0b2379afeac3148fb0701125e210eebb81f4bdd5496bc9b0d080766ecf71d32bf' '1538695adbe92507ef8c319f4aba22bd9c8843ecaebfaf8860485316564708809c92becc0d0634467b068e8d6b17992c2f210f1bdb344d72b0e01db243ac24ca') options=(!strip !debug) @@ -43,7 +41,6 @@ prepare() { nvm install lts/jod cd "$srcdir"/$pkgname - patch --forward --strip=1 --input="$srcdir"/0001-bump-ddgs-ver.patch } build() { -- 2.53.0