diff options
-rw-r--r-- | tk-togl/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tk-togl/PKGBUILD b/tk-togl/PKGBUILD index ee4d92c1b..4db781eb5 100644 --- a/tk-togl/PKGBUILD +++ b/tk-togl/PKGBUILD @@ -2,14 +2,14 @@ # Contributor: Mirko Scholz <srtlg> pkgname=tk-togl pkgver=2.0 -pkgrel=15 +pkgrel=16 pkgdesc="A Tcl/Tk widget for OpenGL rendering." arch=('i686' 'pentium4' 'x86_64') url="https://sourceforge.net/projects/togl/" license=('BSD') _pinned_dependencies=( 'glibc>=2.31' - 'libglvnd=1.3.4' + 'libglvnd=1.4.0' 'libx11=1.7.3.1' 'libxmu=1.1.3' ) |