diff options
author | zxp19821005 | 2024-12-16 11:14:48 +0800 |
---|---|---|
committer | zxp19821005 | 2024-12-16 11:14:48 +0800 |
commit | 6e5162cc4c464905f98c359b992451ace7b5c867 (patch) | |
tree | 5ee428aceaba53623f15b7457d0b6d8b68dbac74 | |
parent | 3b8a83c767c899b69175f61fbc960a86bc66a3c5 (diff) | |
download | aur-6e5162cc4c464905f98c359b992451ace7b5c867.tar.gz |
update to 2.1.0
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = final2x-bin pkgdesc = 2^x Image Super-Resolution.(Prebuilt version.Use system-wide electron) - pkgver = 2.0.0 + pkgver = 2.1.0 pkgrel = 1 url = https://final2x.tohru.top/ arch = x86_64 @@ -11,11 +11,11 @@ pkgbase = final2x-bin conflicts = final2x options = !strip options = !emptydirs - source = final2x-2.0.0.deb::https://github.com/Tohrusky/Final2x/releases/download/2024-11-09/Final2x-linux-pip-x64-deb.deb - source = LICENSE-2.0.0::https://raw.githubusercontent.com/Tohrusky/Final2x/2024-11-09/LICENSE + source = final2x-2.1.0.deb::https://github.com/Tohrusky/Final2x/releases/download/2024-12-14/Final2x-linux-pip-x64-deb.deb + source = LICENSE-2.1.0::https://raw.githubusercontent.com/Tohrusky/Final2x/2024-12-14/LICENSE source = final2x.sh - sha256sums = ed8964f1affb1ab6c8b8604494e6322256bdcd7e38716c6245cee1d0e22de873 - sha256sums = 7b4e93ff707625a2632519b35d5891035356f551f18dd18539ad94c72f59286a + sha256sums = a3c46e08a0754f223e35d578706eb6a071437a6dd554d10fc60efaf21f49acad + sha256sums = 1c242d5b56eacdc11b1bb8460b78ba0212e6cdf1aa6f2809743e0b9d0e064b3d sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980 pkgname = final2x-bin @@ -1,8 +1,8 @@ # Maintainer: zxp19821005 <zxp19821005 at 163 dot com> pkgname=final2x-bin _pkgname=Final2x -pkgver=2.0.0 -_date=2024-11-09 +pkgver=2.1.0 +_date=2024-12-14 _electronversion=27 pkgrel=1 pkgdesc="2^x Image Super-Resolution.(Prebuilt version.Use system-wide electron)" @@ -25,10 +25,10 @@ source=( "LICENSE-${pkgver}::https://raw.githubusercontent.com/Tohrusky/Final2x/${_date}/LICENSE" "${pkgname%-bin}.sh" ) -sha256sums=('ed8964f1affb1ab6c8b8604494e6322256bdcd7e38716c6245cee1d0e22de873' - '7b4e93ff707625a2632519b35d5891035356f551f18dd18539ad94c72f59286a' +sha256sums=('a3c46e08a0754f223e35d578706eb6a071437a6dd554d10fc60efaf21f49acad' + '1c242d5b56eacdc11b1bb8460b78ba0212e6cdf1aa6f2809743e0b9d0e064b3d' '291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980') -build() { +prepare() { sed -e " s/@electronversion@/${_electronversion}/g s/@appname@/${pkgname%-bin}/g |