summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxstraok2023-12-29 17:40:27 -0500
committerxstraok2023-12-29 17:40:27 -0500
commit535411ff600a43c689de8fa7559488832ed731aa (patch)
tree3d930bb6b4a883bccd94f56e0aaee7dc9eab095c
parent3390a197d7041917f9a04c0d6a88427a42c85d55 (diff)
downloadaur-535411ff600a43c689de8fa7559488832ed731aa.tar.gz
update deps
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2f4cf05cc2f..92f15be467d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,16 @@
pkgbase = an-anime-game-launcher-git
pkgdesc = A Launcher for a specific anime game with auto-patching, discord rpc and time tracking
- pkgver = 3.9.0.r12.gf5c206f
+ pkgver = 3.9.4.r1.gfc9c650
pkgrel = 1
url = https://github.com/an-anime-team/an-anime-game-launcher
arch = x86_64
license = GPL3
makedepends = rust
- depends = cabextract
- depends = curl
depends = git
+ depends = p7zip
depends = glibc
depends = gtk4
- depends = iputils
depends = libadwaita
- depends = tar
- depends = unzip
depends = xdelta3
optdepends = mangohud: FPS Hud/GUI
optdepends = gamemode: Game Optimizations
diff --git a/PKGBUILD b/PKGBUILD
index 0592f40ac065..cb56a55f754b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,18 @@
# Contributor: DrakeTDL <everyone@disroot.org>
pkgname="an-anime-game-launcher-git"
_pkgname="${pkgname%-git}"
-pkgver=3.9.0.r12.gf5c206f
+pkgver=3.9.4.r1.gfc9c650
pkgrel=1
pkgdesc="A Launcher for a specific anime game with auto-patching, discord rpc and time tracking"
arch=("x86_64")
url="https://github.com/an-anime-team/an-anime-game-launcher"
license=("GPL3")
depends=(
- cabextract
- curl
git
+ p7zip
glibc
gtk4
- iputils
libadwaita
- tar
- unzip
xdelta3
)
makedepends=(rust)
@@ -45,6 +41,7 @@ prepare() {
cd "${_pkgname}"
git switch next
git submodule update --init --recursive --single-branch
+ git pull
}
build() {