summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxs17892019-01-17 01:15:56 +0100
committerMaxs17892019-01-17 01:15:56 +0100
commit740678a648fe6954f0542f06a00b8319fc1bf362 (patch)
treed183d61af5f31b74b0d89b701ee13e8143d93d08
parent6809b5d0922c6aaf03d8dfa3d710a4eba1e365b1 (diff)
downloadaur-740678a648fe6954f0542f06a00b8319fc1bf362.tar.gz
add missing dependency `glm`
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f6b19d31bfd..5422d438fbd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = solarus-quest-editor
pkgdesc = A graphical user interface to create and modify quests for the Solarus engine.
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.solarus-games.org/
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = solarus-quest-editor
depends = solarus
depends = qt5-base
depends = qt5-tools
+ depends = glm
source = https://gitlab.com/solarus-games/solarus-quest-editor/-/archive/v1.6.0.tar.gz
md5sums = 405466fc52f7d22cb271bdf6e4193b16
diff --git a/PKGBUILD b/PKGBUILD
index 8b82250dabbe..a5642f4c72cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Maxs <max dot van dot den dot branden @t gmail dot com>
pkgname="solarus-quest-editor"
pkgver="1.6.0"
-pkgrel="1"
+pkgrel="2"
epoch=
pkgdesc="A graphical user interface to create and modify quests for the Solarus engine."
arch=("i686" "x86_64")
url="http://www.solarus-games.org/"
license=("GPL" "custom")
groups=()
-depends=("solarus" "qt5-base" "qt5-tools")
+depends=("solarus" "qt5-base" "qt5-tools" "glm")
makedepends=("cmake" "zip")
checkdepends=()
optdepends=()