summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-07-31 11:31:19 +0800
committerzxp198210052023-07-31 11:31:19 +0800
commita5d2167a01c967113d0c1680e54d988ef0f8c9aa (patch)
tree991fc832284859d7c529776b00eb7e56299ce256
parent59bfbfee34d40d845d757e8789923d548dc3285b (diff)
downloadaur-a5d2167a01c967113d0c1680e54d988ef0f8c9aa.tar.gz
update to 2023.10.228
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 124c711f88d5..720329864b79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = p3x-onenote-bin
pkgdesc = Linux Electron Onenote - A Linux compatible version of OneNote
- pkgver = 2023.10.222
+ pkgver = 2023.10.228
pkgrel = 1
url = https://www.corifeus.com/onenote/
arch = aarch64
@@ -10,17 +10,17 @@ pkgbase = p3x-onenote-bin
depends = hicolor-icon-theme
depends = bash
depends = electron24
- provides = p3x-onenote
+ provides = p3x-onenote-2023.10.228
conflicts = p3x-onenote
source = LICENSE::https://raw.githubusercontent.com/patrikx3/onenote/master/LICENSE
source = p3x-onenote.sh
- sha256sums = 5f20849a5eb2ab79c731323683ad899ff95c82bb04b316f3e11eefcc126b0237
+ sha256sums = 32e246292ff6d6d150e9f0ad0c25bbdd74fbc16f340feef8f0749419c073a760
sha256sums = 1a80871d5b9ccd1b5521eb1e62687f32c6002c37ae172d357bf4938bb4711576
- source_aarch64 = p3x-onenote-2023.10.222-aarch64.deb::https://github.com/patrikx3/onenote/releases/download/v2023.10.222/p3x-onenote_2023.10.222_arm64.deb
- sha256sums_aarch64 = d187439e5ec187457c5ecdf73d1c299dc556a35a4e2349df57c69b1eff39afe1
- source_armv7h = p3x-onenote-2023.10.222-armv7h.deb::https://github.com/patrikx3/onenote/releases/download/v2023.10.222/p3x-onenote_2023.10.222_armv7l.deb
- sha256sums_armv7h = 541f0d0de2a6b0d5a41b41d3762996bbdabd8d610a515b213e4849b23ec0c143
- source_x86_64 = p3x-onenote-2023.10.222-x86_64.deb::https://github.com/patrikx3/onenote/releases/download/v2023.10.222/p3x-onenote_2023.10.222_amd64.deb
- sha256sums_x86_64 = 95458847aad2c81c7ea6843e3248df877cf02e33ed4a56f22ffca35bd3dd2775
+ source_aarch64 = p3x-onenote-2023.10.228-aarch64.deb::https://github.com/patrikx3/onenote/releases/download/v2023.10.228/p3x-onenote_2023.10.228_arm64.deb
+ sha256sums_aarch64 = 6c77883744af376d5a33d22fa9175e6ab939fdfd1ee374d5418f295f32db8e34
+ source_armv7h = p3x-onenote-2023.10.228-armv7h.deb::https://github.com/patrikx3/onenote/releases/download/v2023.10.228/p3x-onenote_2023.10.228_armv7l.deb
+ sha256sums_armv7h = 80a3c94bef9fba76d9eae6c370d53be83341f8b036b242b071ef5bfde6654dd1
+ source_x86_64 = p3x-onenote-2023.10.228-x86_64.deb::https://github.com/patrikx3/onenote/releases/download/v2023.10.228/p3x-onenote_2023.10.228_amd64.deb
+ sha256sums_x86_64 = 667d2106bf41572f52b0dcf4ed0b32e0d94ed0eb51f009d7088375b51c1efd27
pkgname = p3x-onenote-bin
diff --git a/PKGBUILD b/PKGBUILD
index cb26238f3308..7a6df29ab648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=p3x-onenote-bin
-pkgver=2023.10.222
+pkgver=2023.10.228
pkgrel=1
pkgdesc="Linux Electron Onenote - A Linux compatible version of OneNote"
arch=("aarch64" "armv7h" "x86_64")
@@ -8,18 +8,18 @@ url="https://www.corifeus.com/onenote/"
_githuburl="https://github.com/patrikx3/onenote"
license=('MIT')
depends=('hicolor-icon-theme' 'bash' 'electron24')
-provides=("${pkgname%-bin}")
+provides=("${pkgname%-bin}-${pkgver}")
conflicts=("${pkgname%-bin}")
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_arm64.deb")
source_armv7h=("${pkgname%-bin}-${pkgver}-armv7h.deb::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_armv7l.deb")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb")
source=("LICENSE::https://raw.githubusercontent.com/patrikx3/onenote/master/LICENSE"
"${pkgname%-bin}.sh")
-sha256sums=('5f20849a5eb2ab79c731323683ad899ff95c82bb04b316f3e11eefcc126b0237'
+sha256sums=('32e246292ff6d6d150e9f0ad0c25bbdd74fbc16f340feef8f0749419c073a760'
'1a80871d5b9ccd1b5521eb1e62687f32c6002c37ae172d357bf4938bb4711576')
-sha256sums_aarch64=('d187439e5ec187457c5ecdf73d1c299dc556a35a4e2349df57c69b1eff39afe1')
-sha256sums_armv7h=('541f0d0de2a6b0d5a41b41d3762996bbdabd8d610a515b213e4849b23ec0c143')
-sha256sums_x86_64=('95458847aad2c81c7ea6843e3248df877cf02e33ed4a56f22ffca35bd3dd2775')
+sha256sums_aarch64=('6c77883744af376d5a33d22fa9175e6ab939fdfd1ee374d5418f295f32db8e34')
+sha256sums_armv7h=('80a3c94bef9fba76d9eae6c370d53be83341f8b036b242b071ef5bfde6654dd1')
+sha256sums_x86_64=('667d2106bf41572f52b0dcf4ed0b32e0d94ed0eb51f009d7088375b51c1efd27')
package() {
bsdtar -xf "${srcdir}/data.tar.xz"
install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/opt/${pkgname%-bin}/${pkgname%-bin}"