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 e46e4dbca..60953fa22 100644 --- a/tk-togl/PKGBUILD +++ b/tk-togl/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Mirko Scholz <srtlg> pkgname=tk-togl pkgver=2.0 -pkgrel=11 +pkgrel=12 pkgdesc="A Tcl/Tk widget for OpenGL rendering." arch=('i686' 'pentium4' 'x86_64') url="https://sourceforge.net/projects/togl/" @@ -10,7 +10,7 @@ license=('BSD') _pinned_dependencies=( 'glibc>=2.31' 'libglvnd=1.3.4' - 'libx11=1.7.2' + 'libx11=1.7.3' 'libxmu=1.1.3' ) depends=(tk tcl "${_pinned_dependencies[@]}") |