summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892024-03-10 13:58:50 +0100
committerPhoton892024-03-10 13:58:50 +0100
commitf7ed45622a1bc814108a86df23a4312395accb18 (patch)
tree24988a4af7558c6538627c351545fb62de3d3927
parent6245400d08a80bd676bd65e8edd6a9e7448b04df (diff)
downloadaur-glui.tar.gz
Fixed dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a61492d68af4..4d26ddc33f1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = glui
pkgdesc = A GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications
pkgver = 2.37
- pkgrel = 1
+ pkgrel = 2
url = http://glui.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
- depends = freeglut
+ makedepends = freeglut
+ makedepends = glu
options = staticlibs
source = https://github.com/libglui/glui/archive/refs/tags/2.37.tar.gz
source = makefile.patch
diff --git a/PKGBUILD b/PKGBUILD
index a8cf0dbe7eb5..c2368ea03217 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: dopsi
pkgname=glui
pkgver=2.37
-pkgrel=1
+pkgrel=2
pkgdesc="A GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications"
-depends=('freeglut')
+makedepends=('freeglut' 'glu')
source=("https://github.com/libglui/glui/archive/refs/tags/${pkgver}.tar.gz" 'makefile.patch')
url="http://glui.sourceforge.net/"
arch=('i686' 'x86_64')