summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2c2b4a863ef..9aca9c9583ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = cdogs
makedepends = cmake
depends = sdl_mixer
depends = sdl_image
+ depends = sdl_net
source = cdogs-0.5.6.tar.gz::https://github.com/cxong/cdogs-sdl/archive/0.5.6.tar.gz
source = hqx-for-0.5.6.tar.gz::https://github.com/cxong/hqx/archive/2a8a05854ad2147425d0b55a3c40e81c368c97fd.tar.gz
source = cbehave-for-0.5.6.tar.gz::https://github.com/cxong/cbehave/archive/4ab8ce9fe7662c593ce92d5f99f6b60dbaeadad7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2713685c0123..dff85fc73019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='SDL port of DOS arcade game C-Dogs (aka "Cyberdogs 2")'
arch=('i686' 'x86_64')
url="http://cxong.github.io/cdogs-sdl/"
license=('GPL2')
-depends=('sdl_mixer' 'sdl_image')
+depends=('sdl_mixer' 'sdl_image' 'sdl_net')
makedepends=('cmake')
source=(cdogs-$pkgver.tar.gz::"https://github.com/cxong/cdogs-sdl/archive/$pkgver.tar.gz"
hqx-for-$pkgver.tar.gz::"https://github.com/cxong/hqx/archive/2a8a05854ad2147425d0b55a3c40e81c368c97fd.tar.gz"