summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Choffet2018-02-16 13:22:56 -0500
committerPierre Choffet2018-02-16 13:27:21 -0500
commit10b30dad31db1c0b8aed0f2e2e9cab1256944f7a (patch)
tree3c18aedfebacf00417ce2f64cd3cbb5d2a562674
parentc75264a30f04cfd78ff7a70843f7cd403e842cc7 (diff)
downloadaur-10b30dad31db1c0b8aed0f2e2e9cab1256944f7a.tar.gz
Add missing dependencies
libgl was missing as dependency. mesa was missing as make dependency. Thanks klemens for the input!
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog4
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35777101cbca..1f791e179c9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 15 15:40:23 UTC 2018
+# Fri Feb 16 18:27:01 UTC 2018
pkgbase = return-to-the-roots-git
pkgdesc = Free/libre implementation of The Settlers II game engine
pkgver = r3863.e340f253
- pkgrel = 2
+ pkgrel = 3
url = https://siedler25.org/
install = return-to-the-roots.install
changelog = ChangeLog
@@ -12,13 +12,15 @@ pkgbase = return-to-the-roots-git
makedepends = cmake
makedepends = git
makedepends = boost
+ makedepends = mesa
makedepends = sdl_mixer
makedepends = curl
makedepends = lua
makedepends = miniupnpc
+ depends = boost-libs
+ depends = libgl
depends = sdl_mixer
depends = miniupnpc
- depends = boost-libs
provides = return-to-the-roots
conflicts = return-to-the-roots
conflicts = s25rttr
diff --git a/ChangeLog b/ChangeLog
index 2a878d42fb96..ba54e4e2673e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-16 Pierre Choffet <peuc@wanadoo.fr>
+ * r3863.e340f253-3 :
+ Add missing depends and makedepends
+
2018-02-15 Pierre Choffet <peuc@wanadoo.fr>
* r3863.e340f253-2 :
Rename package to "return-to-the-roots-git" since it's not meant to build a
diff --git a/PKGBUILD b/PKGBUILD
index 13aa6e0db030..8fb9fa3b6365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=return-to-the-roots-git
pkgver=r3863.e340f253
-pkgrel=2
+pkgrel=3
pkgdesc="Free/libre implementation of The Settlers II game engine"
arch=("x86_64")
url="https://siedler25.org/"
license=("GPL3")
-makedepends=("cmake" "git" "boost" "sdl_mixer" "curl" "lua" "miniupnpc")
-depends=("sdl_mixer" "miniupnpc" "boost-libs")
+makedepends=("cmake" "git" "boost" "mesa" "sdl_mixer" "curl" "lua" "miniupnpc")
+depends=("boost-libs" "libgl" "sdl_mixer" "miniupnpc")
conflicts=("return-to-the-roots" "s25rttr" "s25rttr-nightly-bin")
provides=("return-to-the-roots")
install="return-to-the-roots.install"