summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2024-01-16 12:14:48 -0500
committerKevin MacMartin2024-01-16 12:14:48 -0500
commitf6bde05628502e3d292f908298d32be9bf72b6bc (patch)
tree57505c368c5943ea82eb43ac1f7078ca1f7d028b
parent96f8359f7229bea691fa17846ed1247f2fc81e55 (diff)
downloadaur-f6bde05628502e3d292f908298d32be9bf72b6bc.tar.gz
Update to 2.9.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d271de2d5de..c096d61d2304 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
- pkgver = 2.9.5
+ pkgver = 2.9.8
pkgrel = 1
url = https://github.com/upscayl/upscayl
arch = x86_64
@@ -14,11 +14,11 @@ pkgbase = upscayl-bin
depends = openjpeg2
provides = upscayl
conflicts = upscayl
- noextract = upscayl-2.9.5-linux.zip
+ noextract = upscayl-2.9.8-linux.zip
options = !strip
- source = https://github.com/upscayl/upscayl/releases/download/v2.9.5/upscayl-2.9.5-linux.zip
+ source = https://github.com/upscayl/upscayl/releases/download/v2.9.8/upscayl-2.9.8-linux.zip
source = upscayl-run
- sha512sums = cdbcbb7187893224666ab912fd09e374c716fadb8e96a119cba4a37a84471aec4f9126e44b10b2bde05ed11c9acb659f714a8e9cebc8f6083d99acc832ecd4ee
+ sha512sums = 69a6749a997da661516b438d5a2bb5537da64b50e8f0e34689d05ffa1a35aeebce15c9c6554b0ac79abf9dc3d7f2e257cefbb8fed3dd953809a649d278a05de3
sha512sums = 7a1a702418325085d6afab949efe7724c4db42dc5a165ade02ff5b1d755fdcac5b8292cf3ee26b04e85a8f41343e1a5d36dba72afc5c6731a3bc3ea49b6c2193
pkgname = upscayl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 89dcfe504960..85ba4d1ae80e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
-pkgver=2.9.5
+pkgver=2.9.8
pkgrel=1
pkgdesc='Free and Open Source AI Image Upscaler'
url='https://github.com/upscayl/upscayl'
@@ -24,7 +24,7 @@ source=(
)
sha512sums=(
- 'cdbcbb7187893224666ab912fd09e374c716fadb8e96a119cba4a37a84471aec4f9126e44b10b2bde05ed11c9acb659f714a8e9cebc8f6083d99acc832ecd4ee'
+ '69a6749a997da661516b438d5a2bb5537da64b50e8f0e34689d05ffa1a35aeebce15c9c6554b0ac79abf9dc3d7f2e257cefbb8fed3dd953809a649d278a05de3'
'7a1a702418325085d6afab949efe7724c4db42dc5a165ade02ff5b1d755fdcac5b8292cf3ee26b04e85a8f41343e1a5d36dba72afc5c6731a3bc3ea49b6c2193'
)
@@ -32,6 +32,7 @@ prepare() {
cd "$srcdir"
unzip upscayl-${pkgver}-linux.zip -x resources/128x128.png -d upscayl
sed -i 's| --enable-features=UseOzonePlatform --ozone-platform=wayland||' upscayl/resources/org.upscayl.Upscayl.desktop
+ printf '%s\n' 'Icon=org.upscayl.Upscayl' >> "$_pkgname"/resources/org.upscayl.Upscayl.desktop
}
package() {