summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxstraok2023-12-29 18:00:20 -0500
committerxstraok2023-12-29 18:00:20 -0500
commita15496dccf2c581ead43adc5600ddf80668ff805 (patch)
tree2f91545439b955b0d7cb90d9285ede8ad6aba908
parenteead5816d58f9b82b5f4a40ec596054f0c806567 (diff)
downloadaur-a15496dccf2c581ead43adc5600ddf80668ff805.tar.gz
update deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4e172423437..b7ff973acf1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
pkgbase = honkers-launcher-git
pkgdesc = A launcher for a specific anime game with auto-patching, discord rpc and time tracking
- pkgver = 1.1.0.r1.g735c6bf
+ pkgver = 1.6.0.r0.gd2ef29c
pkgrel = 1
url = https://github.com/an-anime-team/honkers-launcher
arch = x86_64
license = GPL3
makedepends = rust
depends = libadwaita
- depends = tar
- depends = unzip
depends = xdg-desktop-portal
+ depends = p7zip
depends = xdelta3
- depends = cabextract
depends = git
- depends = iputils
depends = gtk4
depends = glibc
optdepends = mangohud: FPS Hud/GUI
diff --git a/PKGBUILD b/PKGBUILD
index e8ce08d9c4b7..070d900c486f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=honkers-launcher-git
_pkgname="${pkgname%-git}"
-pkgver=1.1.0.r1.g735c6bf
+pkgver=1.6.0.r0.gd2ef29c
pkgrel=1
pkgdesc="A launcher for a specific anime game with auto-patching, discord rpc and time tracking"
url="https://github.com/an-anime-team/honkers-launcher"
@@ -18,13 +18,10 @@ pkgver(){
depends=(
"libadwaita"
- "tar"
- "unzip"
"xdg-desktop-portal"
+ "p7zip"
"xdelta3"
- "cabextract"
"git"
- "iputils"
"gtk4"
"glibc"
)