diff options
author | bwc9876 | 2025-01-25 13:09:09 +0000 |
---|---|---|
committer | bwc9876 | 2025-01-25 13:09:09 +0000 |
commit | 274fe75f748374c4b4d6fab290496628bbae1ec2 (patch) | |
tree | ca00db3f522463d0a4ca9d66e4eb407750f2cf90 /PKGBUILD | |
parent | 52338214623d6cafe780a656330b8fb0334ab926 (diff) | |
download | aur-274fe75f748374c4b4d6fab290496628bbae1ec2.tar.gz |
Update AUR package
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Bwc9876 <bwc9876@gmail.com> pkgname=owmods-gui-bin _appname=owmods_gui -pkgver=0.15.0 +pkgver=0.15.1 pkgrel=1 pkgdesc="A GUI To Manage Outer Wilds Mods" arch=('x86_64') @@ -10,7 +10,7 @@ license=('GPL3') depends=('mono' 'cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk-4.1') options=('!strip' '!emptydirs') source=("${_appname}-${pkgver}-${arch}.deb::https://github.com/ow-mods/ow-mod-man/releases/download/gui_v${pkgver}/Outer.Wilds.Mod.Manager_${pkgver}_amd64.deb") -sha256sums=('02a36a19c4542689a66878177e70df284aa1d9fc82fcd55fa449fad508ace45a') +sha256sums=('69ef729451f692b23e74563cb73f02fcbfed76b137e5daadeae1955fdf8b2504') package() { tar xpf data.tar.gz -C "${srcdir}" |