summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tk-togl/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tk-togl/PKGBUILD b/tk-togl/PKGBUILD
index 13dc8e458..738475440 100644
--- a/tk-togl/PKGBUILD
+++ b/tk-togl/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mirko Scholz <srtlg>
pkgname=tk-togl
pkgver=2.0
-pkgrel=37
+pkgrel=38
pkgdesc="A Tcl/Tk widget for OpenGL rendering."
arch=('i686' 'pentium4' 'x86_64')
url="https://sourceforge.net/projects/togl/"
@@ -11,7 +11,7 @@ _pinned_dependencies=(
'glibc>=2.31'
'libGL.so=1'
'libx11=1.8.9'
- 'libxmu=1.2.0'
+ 'libxmu=1.2.1'
)
depends=(tk tcl "${_pinned_dependencies[@]}")
_pkgname=Togl