summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHitCoder2022-12-18 00:43:13 +0000
committerHitCoder2022-12-18 00:43:13 +0000
commit84bd6b4a238e043d3d8a528f34a1d2041b8151a8 (patch)
treeec8f40f45503b3637b6485f26122571f2aeaf101
parent3cff9fcb4de449bd0d739cfc8516fb94e8c5578c (diff)
downloadaur-84bd6b4a238e043d3d8a528f34a1d2041b8151a8.tar.gz
update url for openutau source binaries
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73aaf9d56b1d..992c40b8f23e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openutau-installer
pkgdesc = An open source UTAU successor - installer script for local updating
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stakira/OpenUtau
arch = x86_64
license = MIT
@@ -16,7 +16,7 @@ pkgbase = openutau-installer
conflicts = openutau-git
conflicts = openutau-bin
options = staticlibs
- source = https://github.com/stakira/OpenUtau/releases/download/OpenUtau-Latest/OpenUtau-linux-x64.tar.gz
+ source = https://github.com/stakira/OpenUtau/releases/latest/download/OpenUtau-linux-x64.tar.gz
source = openutau
source = OpenUtau.desktop
source = openutau.svg
diff --git a/PKGBUILD b/PKGBUILD
index 54b6b90d0ae4..a8392809a56f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HitCoder <hitcoder9768@gmail.com>
pkgname=openutau-installer
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="An open source UTAU successor - installer script for local updating"
arch=('x86_64')
url="https://github.com/stakira/OpenUtau"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('dotnet-host' 'dotnet-runtime' 'dotnet-targeting-pack' 'dotnet-sdk' 'fuse2' 'fuse3' 'fuse-common')
options=(staticlibs)
conflicts=('openutau' 'openutau-git' 'openutau-bin')
-source=("https://github.com/stakira/OpenUtau/releases/download/OpenUtau-Latest/OpenUtau-linux-x64.tar.gz"
+source=("https://github.com/stakira/OpenUtau/releases/latest/download/OpenUtau-linux-x64.tar.gz"
"openutau"
"OpenUtau.desktop"
"openutau.svg")