diff options
author | zxp19821005 | 2024-01-12 17:59:47 +0800 |
---|---|---|
committer | zxp19821005 | 2024-01-12 17:59:47 +0800 |
commit | 9fe20b65d38d7538dbbba7efa9e049d1e6cc892d (patch) | |
tree | 1f0bef8932d1efc49a3e02674d972542f59c3cb2 | |
parent | 8cfc62389cb1dea02b9960ce4946e7cecdea6204 (diff) | |
download | aur-9fe20b65d38d7538dbbba7efa9e049d1e6cc892d.tar.gz |
update to 4.4.1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,18 +1,18 @@ pkgbase = numara-bin pkgdesc = Simple notepad calculator built on Electron, powered by Math.js - pkgver = 4.4.0 + pkgver = 4.4.1 pkgrel = 1 url = https://numara.io/ arch = x86_64 license = MIT depends = electron27 depends = hicolor-icon-theme - provides = numara=4.4.0 + provides = numara=4.4.1 conflicts = numara - source = numara-4.4.0.deb::https://github.com/bornova/numara-calculator/releases/download/v4.4.0/Numara-4.4.0-amd64.deb - source = LICENSE-4.4.0::https://raw.githubusercontent.com/bornova/numara-calculator/v4.4.0/LICENSE + source = numara-4.4.1.deb::https://github.com/bornova/numara-calculator/releases/download/v4.4.1/Numara-4.4.1-amd64.deb + source = LICENSE-4.4.1::https://raw.githubusercontent.com/bornova/numara-calculator/v4.4.1/LICENSE source = numara.sh - sha256sums = acc88c3be07477693a1085f6f438838e061e01ffb4257154381584943d41ec24 + sha256sums = 4627ecffa3d71679b671cd5eaef20fdfa7ecb6d0fb751bccb2b69d89aff33704 sha256sums = b944c7642b6a0ccf0c24e98d199d8bf4c8d556ebc7d87ddb9af98cab67b378b5 sha256sums = d4272fed78cdcacd9edfb019134ac485d65b43f4d8c7a4179edbaed56af9b231 @@ -1,7 +1,7 @@ # Maintainer: zxp19821005 <zxp19821005 at 163 dot com> pkgname=numara-bin _appname=Numara -pkgver=4.4.0 +pkgver=4.4.1 _electronversion=27 pkgrel=1 pkgdesc="Simple notepad calculator built on Electron, powered by Math.js" @@ -20,7 +20,7 @@ source=( "LICENSE-${pkgver}::https://raw.githubusercontent.com/bornova/numara-calculator/v${pkgver}/LICENSE" "${pkgname%-bin}.sh" ) -sha256sums=('acc88c3be07477693a1085f6f438838e061e01ffb4257154381584943d41ec24' +sha256sums=('4627ecffa3d71679b671cd5eaef20fdfa7ecb6d0fb751bccb2b69d89aff33704' 'b944c7642b6a0ccf0c24e98d199d8bf4c8d556ebc7d87ddb9af98cab67b378b5' 'd4272fed78cdcacd9edfb019134ac485d65b43f4d8c7a4179edbaed56af9b231') build() { @@ -29,7 +29,7 @@ build() { -e "s|@appasar@|app.asar|g" \ -i "${srcdir}/${pkgname%-bin}.sh" bsdtar -xf "${srcdir}/data.tar.xz" - sed "s|/opt/${_appname}/${pkgname%-bin} %U|${pkgname%-bin}|g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop" + sed "s|/opt/${_appname}/${pkgname%-bin}|${pkgname%-bin}|g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop" } package() { install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}" |