summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet2020-03-04 18:13:18 +0100
committerCôme Chilliet2020-03-04 18:13:18 +0100
commit382db5fd0942a46759191b7003fe788184f4be74 (patch)
treeb032aca8c1bf0f218970f8d5d27e4d591208a081
parentfcbd45082a73ff70ca276f149e388df65b58d738 (diff)
downloadaur-382db5fd0942a46759191b7003fe788184f4be74.tar.gz
Add missing deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f0c332614e0..6c0ad627f217 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
-# Generated by mksrcinfo v8
-# Mon Feb 11 23:37:37 UTC 2019
pkgbase = wyrmsun
pkgdesc = Real-time strategy game based on history, mythology and fiction
pkgver = 3.5.4
- pkgrel = 1
+ pkgrel = 2
url = http://andrettin.github.io/
arch = i686
arch = x86_64
license = GPL
license = CC-BY-SA
makedepends = cmake
+ makedepends = boost
depends = sdl
depends = tolua++
+ depends = libvorbis
source = wyrmsun-3.5.4.tar.gz::https://github.com/Andrettin/Wyrmsun/archive/v3.5.4.tar.gz
source = wyrmgus-3.5.4.tar.gz::https://github.com/Andrettin/Wyrmgus/archive/v3.5.4.tar.gz
source = oaml-1.0.tar.gz::https://github.com/marcelofg55/oaml/archive/v1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7974002435de..ab79ac96ffdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=wyrmsun
pkgver=3.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="Real-time strategy game based on history, mythology and fiction"
arch=('i686' 'x86_64')
url="http://andrettin.github.io/"
license=('GPL' 'CC-BY-SA')
-depends=('sdl' 'tolua++')
-makedepends=('cmake')
+depends=('sdl' 'tolua++' 'libvorbis')
+makedepends=('cmake' 'boost')
source=("wyrmsun-${pkgver}.tar.gz::https://github.com/Andrettin/Wyrmsun/archive/v${pkgver}.tar.gz"
"wyrmgus-${pkgver}.tar.gz::https://github.com/Andrettin/Wyrmgus/archive/v${pkgver}.tar.gz"
"oaml-1.0.tar.gz::https://github.com/marcelofg55/oaml/archive/v1.0.tar.gz")