summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxstraok2023-12-03 18:19:41 -0500
committerxstraok2023-12-03 18:19:41 -0500
commitdc5128a85e290dabafeb88ad1646838406066cfe (patch)
treec7ddb0699b6d7d75f1d42e6b229c14f16df94a2a
parentf5a0af3e253289b80ce52e3a844356babdf3d8db (diff)
downloadaur-dc5128a85e290dabafeb88ad1646838406066cfe.tar.gz
add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20dfac25f576..73590239ab25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = an-anime-game-launcher-bin
pkgdesc = A Launcher for a specific anime game with auto-patching, discord rpc and time tracking
pkgver = 3.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/an-anime-team/an-anime-game-launcher
arch = x86_64
license = GPL3
@@ -10,6 +10,7 @@ pkgbase = an-anime-game-launcher-bin
depends = xdg-desktop-portal
depends = unzip
depends = xdelta3
+ depends = p7zip
depends = cabextract
depends = git
depends = iputils
diff --git a/PKGBUILD b/PKGBUILD
index 2bfb4830be39..e4ae2e44caea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=an-anime-game-launcher-bin
pkgver=3.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Launcher for a specific anime game with auto-patching, discord rpc and time tracking"
url="https://github.com/an-anime-team/an-anime-game-launcher"
conflicts=("an-anime-game-launcher-git")
@@ -17,6 +17,7 @@ depends=(
"xdg-desktop-portal"
"unzip"
"xdelta3"
+ "p7zip"
"cabextract"
"git"
"iputils"