summaryrefslogtreecommitdiff
path: root/tk-togl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tk-togl/PKGBUILD')
-rw-r--r--tk-togl/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/tk-togl/PKGBUILD b/tk-togl/PKGBUILD
index 870225cea..5318e786a 100644
--- a/tk-togl/PKGBUILD
+++ b/tk-togl/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mirko Scholz <srtlg>
pkgname=tk-togl
pkgver=2.0
-pkgrel=35
+pkgrel=36
pkgdesc="A Tcl/Tk widget for OpenGL rendering."
arch=('i686' 'pentium4' 'x86_64')
url="https://sourceforge.net/projects/togl/"
@@ -10,8 +10,8 @@ license=('BSD')
_pinned_dependencies=(
'glibc>=2.31'
'libGL.so=1'
- 'libx11=1.8.7'
- 'libxmu=1.1.4'
+ 'libx11=1.8.8'
+ 'libxmu=1.2.0'
)
depends=(tk tcl "${_pinned_dependencies[@]}")
_pkgname=Togl