summaryrefslogtreecommitdiff
path: root/tk-togl
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-06-16 21:29:13 +0200
committerErich Eckner <git@eckner.net>2023-06-16 21:29:13 +0200
commite2eeddb8894e93359f7140b00ca97e3d02ff7938 (patch)
tree5ee2b2558efd26fc6b6194f8d0c1a03e2b1f01a7 /tk-togl
parent7133e54b47e085524142d55408f84d42ac70b37c (diff)
downloadarchlinuxewe-e2eeddb8894e93359f7140b00ca97e3d02ff7938.tar.xz
tk-togl: rebuild
Diffstat (limited to 'tk-togl')
-rw-r--r--tk-togl/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tk-togl/PKGBUILD b/tk-togl/PKGBUILD
index 398700e28..4d441beaa 100644
--- a/tk-togl/PKGBUILD
+++ b/tk-togl/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mirko Scholz <srtlg>
pkgname=tk-togl
pkgver=2.0
-pkgrel=30
+pkgrel=31
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'
'libGL.so=1'
- 'libx11=1.8.6'
+ 'libx11=1.8.5'
'libxmu=1.1.4'
)
depends=(tk tcl "${_pinned_dependencies[@]}")