summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2023-09-21 15:31:58 -0400
committerKevin MacMartin2023-09-21 15:31:58 -0400
commita325b3082f376fd25cac972d0d9d8391fbab12bc (patch)
tree2d86570bc1752edf23cfe0d0aa7493f0ebbc269e
parentc301156f4aaae8733f9cafae7b6452c0da70e30c (diff)
downloadaur-a325b3082f376fd25cac972d0d9d8391fbab12bc.tar.gz
Update to 2.8.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d63048254d51..24bf3d2f342c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
- pkgver = 2.8.1
- pkgrel = 3
+ pkgver = 2.8.5
+ pkgrel = 1
url = https://github.com/upscayl/upscayl
arch = x86_64
license = AGPL3
@@ -14,11 +14,11 @@ pkgbase = upscayl-bin
depends = openjpeg2
provides = upscayl
conflicts = upscayl
- noextract = upscayl-2.8.1-linux.zip
+ noextract = upscayl-2.8.5-linux.zip
options = !strip
- source = https://github.com/upscayl/upscayl/releases/download/v2.8.1/upscayl-2.8.1-linux.zip
+ source = https://github.com/upscayl/upscayl/releases/download/v2.8.5/upscayl-2.8.5-linux.zip
source = upscayl-run
- sha512sums = 5181ca527fd3b9a5f91f2f7bed9580cbbfb639baf172d44ea183ff480e5050a846ade06191862faa89759e3f52876ca6609dfceb6004ee87c25b3e8dacd95c59
+ sha512sums = fad1aab8ce666fd5982945351e21121f18110968fb1cba8b9c644ccf4ad961a1c35eec96f9332a36354eb0f41fefaa14e5988113005434c3e3a9d5348ff54191
sha512sums = 7a1a702418325085d6afab949efe7724c4db42dc5a165ade02ff5b1d755fdcac5b8292cf3ee26b04e85a8f41343e1a5d36dba72afc5c6731a3bc3ea49b6c2193
pkgname = upscayl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 78fb35328605..322b8081374d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
-pkgver=2.8.1
-pkgrel=3
+pkgver=2.8.5
+pkgrel=1
pkgdesc='Free and Open Source AI Image Upscaler'
url='https://github.com/upscayl/upscayl'
license=('AGPL3')
@@ -24,13 +24,14 @@ source=(
)
sha512sums=(
- '5181ca527fd3b9a5f91f2f7bed9580cbbfb639baf172d44ea183ff480e5050a846ade06191862faa89759e3f52876ca6609dfceb6004ee87c25b3e8dacd95c59'
+ 'fad1aab8ce666fd5982945351e21121f18110968fb1cba8b9c644ccf4ad961a1c35eec96f9332a36354eb0f41fefaa14e5988113005434c3e3a9d5348ff54191'
'7a1a702418325085d6afab949efe7724c4db42dc5a165ade02ff5b1d755fdcac5b8292cf3ee26b04e85a8f41343e1a5d36dba72afc5c6731a3bc3ea49b6c2193'
)
prepare() {
cd "$srcdir"
- unzip upscayl-${pkgver}-linux.zip -x icon_128x128.png -d upscayl
+ 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
}
package() {
@@ -44,8 +45,8 @@ package() {
install -Dm755 upscayl-run "$pkgdir"/usr/bin/upscayl-run
install -dm755 "$pkgdir"/usr/share/applications
install -dm755 "$pkgdir"/usr/share/pixmaps
- mv "$_pkgname"/org.upscayl.Upscayl.desktop "$pkgdir"/usr/share/applications/
- mv "$_pkgname"/icon_512x512.png "$pkgdir"/usr/share/pixmaps/org.upscayl.Upscayl.png
+ mv "$_pkgname"/resources/org.upscayl.Upscayl.desktop "$pkgdir"/usr/share/applications/
+ mv "$_pkgname"/resources/512x512.png "$pkgdir"/usr/share/pixmaps/org.upscayl.Upscayl.png
# App directory
install -dm755 "$pkgdir"/usr/lib