summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbwc98762024-02-06 18:29:43 +0000
committerbwc98762024-02-06 18:29:43 +0000
commitbe2a73d818a6a77c6f1cce70745aba0dc0972719 (patch)
tree0dc7e37a0f4ad2ee388ef8c8e3fd122c8cf3f566
parente2063b89996358a3d6f2a81067aee8039be6d6cd (diff)
downloadaur-be2a73d818a6a77c6f1cce70745aba0dc0972719.tar.gz
Update AUR package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1941819dd4ca..debc02621fdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = owmods-gui-bin
pkgdesc = A GUI To Manage Outer Wilds Mods
- pkgver = 0.12.0
+ pkgver = 0.12.1
pkgrel = 1
url = https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = owmods-gui-bin
depends = webkit2gtk
depends = cairo
depends = mono
- source = outer-wilds-mod-manager-0.12.0-x86_64.deb::https://github.com/ow-mods/ow-mod-man/releases/download/gui_v0.12.0/outer-wilds-mod-manager_0.12.0_amd64.deb
- sha256sums = b13e9d18c9ceb716a74392f9ad25b22f1ecdeef01b3c7967acdce428461c0fa6
+ source = outer-wilds-mod-manager-0.12.1-x86_64.deb::https://github.com/ow-mods/ow-mod-man/releases/download/gui_v0.12.1/outer-wilds-mod-manager_0.12.1_amd64.deb
+ sha256sums = ae000e7f9cd71867e1fce36353b6855395120dbcda5db04514876a1cfc0f1e2f
pkgname = owmods-gui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0df01ba52d9d..ea638fd7e63a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bwc9876 <bwc9876@gmail.com>
pkgname=owmods-gui-bin
_appname=outer-wilds-mod-manager
-pkgver=0.12.0
+pkgver=0.12.1
pkgrel=1
pkgdesc="A GUI To Manage Outer Wilds Mods"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/ow-mods/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/ow-mods/ow-mod-man/releases/download/gui_v${pkgver}/${_appname}_${pkgver}_amd64.deb")
-sha256sums=('b13e9d18c9ceb716a74392f9ad25b22f1ecdeef01b3c7967acdce428461c0fa6')
+sha256sums=('ae000e7f9cd71867e1fce36353b6855395120dbcda5db04514876a1cfc0f1e2f')
package() {
tar xpf data.tar.gz -C ${srcdir}