summaryrefslogtreecommitdiff
path: root/tk-togl
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-18 18:45:06 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-18 18:45:06 +0200
commit631d8a7e12dc3da8b86fad92199775136ef10fbf (patch)
treec41ed10ae1676a5e5c020be0f92893f60ad48575 /tk-togl
parent8091f79397aa1fe37d5a0a2897d6055dabedb7c9 (diff)
downloadarchlinuxewe-631d8a7e12dc3da8b86fad92199775136ef10fbf.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 0163a636a..05d8b3cb4 100644
--- a/tk-togl/PKGBUILD
+++ b/tk-togl/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mirko Scholz <srtlg>
pkgname=tk-togl
pkgver=2.0
-pkgrel=24
+pkgrel=25
pkgdesc="A Tcl/Tk widget for OpenGL rendering."
arch=('i686' 'pentium4' 'x86_64')
url="https://sourceforge.net/projects/togl/"
@@ -11,7 +11,7 @@ _pinned_dependencies=(
'glibc>=2.31'
'libGL.so=1'
'libx11=1.8.1'
- 'libxmu=1.1.3'
+ 'libxmu=1.1.4'
)
depends=(tk tcl "${_pinned_dependencies[@]}")
_pkgname=Togl