From bab92eba6e8d000241fd71c403308c608a22ebbf Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 23 Jun 2023 09:47:59 -0400 Subject: [PATCH] [CLI/GUI] Fix AUR Upstream URLs --- xtask/src/cli_templates/PKGBUILD | 2 +- xtask/src/gui_templates/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xtask/src/cli_templates/PKGBUILD b/xtask/src/cli_templates/PKGBUILD index 3cfb8c0e..9a7964f4 100644 --- a/xtask/src/cli_templates/PKGBUILD +++ b/xtask/src/cli_templates/PKGBUILD @@ -4,7 +4,7 @@ pkgver=~~VERSION~~ pkgrel=1 pkgdesc="A CLI To Manage Outer Wilds Mods" arch=("x86_64") -url="https://github.com/Bwc9876/ow-mod-man/owmods_cli" +url="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_cli" license=('GPL3') depends=('glibc' 'gcc-libs' 'mono') source=("$pkgname-$pkgver.tar.gz::https://github.com/Bwc9876/ow-mod-man/releases/download/cli_v$pkgver/owmods.tar.zst") diff --git a/xtask/src/gui_templates/PKGBUILD b/xtask/src/gui_templates/PKGBUILD index 98a4edd4..ca8973d4 100644 --- a/xtask/src/gui_templates/PKGBUILD +++ b/xtask/src/gui_templates/PKGBUILD @@ -5,7 +5,7 @@ pkgver=~~VERSION~~ pkgrel=1 pkgdesc="A GUI To Manage Outer Wilds Mods" arch=('x86_64') -url="https://github.com/Bwc9876/ow-mod-man/owmods_gui" +url="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_gui" license=('GPL3') depends=('glibc' 'gtk3' 'openssl-1.1' 'hicolor-icon-theme' 'glib2' 'gcc-libs' 'gdk-pixbuf2' 'webkit2gtk' 'cairo' 'mono') source=("${_appname}-${pkgver}-${arch}.deb::https://github.com/Bwc9876/ow-mod-man/releases/download/gui_v${pkgver}/${_appname}_${pkgver}_amd64.deb")