diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-03-27 09:40:29 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-03-27 09:40:29 +0100 |
commit | 3844da718223ad43260e55ba2f3f3f9e2eceac55 (patch) | |
tree | d1ca6ec2712b5f58ce583360cf19a075148377fc | |
parent | 197f872a9a1de46ab998e0ac645b983ba2386fa2 (diff) | |
download | archlinuxewe-3844da718223ad43260e55ba2f3f3f9e2eceac55.tar.xz |
tk-togl: rebuild
-rw-r--r-- | tk-togl/PKGBUILD | 6 |
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 |