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 28aa404297e0..6462b6533a99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = eureka
arch = x86_64
license = GPL2
depends = fltk
+ depends = glu
source = https://download.sourceforge.net/eureka-editor/eureka-1.27b-source.tar.gz
source = eureka.patch
md5sums = ded6495c09e23bfe55513eb47abf17ea
diff --git a/PKGBUILD b/PKGBUILD
index 9ebfeb8596dc..4fbe1760c8bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="A map editor for the classic DOOM games"
arch=("i686" "x86_64")
url="http://${pkgname}-editor.sourceforge.net/"
license=("GPL2")
-depends=("fltk")
+depends=("fltk" "glu")
source=(
"https://download.sourceforge.net/${pkgname}-editor/${pkgname}-${pkgver}-source.tar.gz"
"${pkgname}.patch"