summaryrefslogtreecommitdiff
path: root/tk-togl
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-06-03 13:00:22 +0200
committerErich Eckner <git@eckner.net>2023-06-03 13:00:22 +0200
commit09caad4d9a0091eabc40025884a324c159d4bfe3 (patch)
tree9e56c639eaa9623e5ccd9440639f31bd93065ed1 /tk-togl
parent7a61ffbfc9f98b2f5b4ea9c79726e2aec20b8dab (diff)
downloadarchlinuxewe-09caad4d9a0091eabc40025884a324c159d4bfe3.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 61258312c..592a8985a 100644
--- a/tk-togl/PKGBUILD
+++ b/tk-togl/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mirko Scholz <srtlg>
pkgname=tk-togl
pkgver=2.0
-pkgrel=28
+pkgrel=29
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.4'
+ 'libx11=1.8.5'
'libxmu=1.1.4'
)
depends=(tk tcl "${_pinned_dependencies[@]}")