diff options
author | Erich Eckner <git@eckner.net> | 2020-08-10 22:45:34 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-10 22:45:34 +0200 |
commit | 4cb677f810778cda15117e248fbf2d7535727a92 (patch) | |
tree | 345ffd9edd5c0b0f2657c8433a4dfce9cc3a57a2 | |
parent | 7387354e3099e1821366d192e245e550b18d1740 (diff) | |
download | archlinuxewe-4cb677f810778cda15117e248fbf2d7535727a92.tar.xz |
tk-togl: rebuild
-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 829be5706..6e3c80148 100644 --- a/tk-togl/PKGBUILD +++ b/tk-togl/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Mirko Scholz <srtlg> pkgname=tk-togl pkgver=2.0 -pkgrel=4 +pkgrel=5 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.2' - 'libx11=1.6.10' + 'libx11=1.6.11' 'libxmu=1.1.3' ) depends=(tk tcl "${_pinned_dependencies[@]}") |