summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2024-02-08 13:06:18 -0500
committerPatrick Northon2024-02-08 13:06:18 -0500
commit489363d51f0ce5e2461a9cd1c6d8408f2787bef2 (patch)
tree683867d940d3a7759633a8e486b5ef4e735d1c71 /PKGBUILD
parent22338223b70b992b5093ea94ce62288a5889fac4 (diff)
downloadaur-489363d51f0ce5e2461a9cd1c6d8408f2787bef2.tar.gz
Fix depends in package().
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3846a51ebc9..b2ad24f6b5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgbase=actionfps
pkgname=(${pkgbase}-client ${pkgbase}-server ${pkgbase}-common)
pkgver=1.2.0.2
-pkgrel=5
+pkgrel=6
pkgdesc='A game based on the open-source AssaultCube first-person shooter (FPS)'
arch=('i686' 'x86_64')
url='https://actionfps.com'
@@ -70,7 +70,7 @@ package_actionfps-common() {
}
package_actionfps-client() {
- depends=('actionfps-common' 'mesa' 'sdl' 'sdl_mixer' 'sdl_image' 'openal' 'libgl' 'glu' 'libogg' 'libvorbis' 'curl')
+ depends+=('actionfps-common' 'mesa' 'sdl' 'sdl_mixer' 'sdl_image' 'openal' 'libgl' 'glu' 'libogg' 'libvorbis' 'curl')
conflicts=('actionfps')
replaces=('actionfps')
@@ -84,7 +84,7 @@ package_actionfps-client() {
}
package_actionfps-server() {
- depends=('actionfps-common' 'systemd')
+ depends+=('actionfps-common' 'systemd')
backup=('etc/actionfps/servercmdline.txt')
conflicts=('actionfps')
replaces=('actionfps')