summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-03-27 09:40:29 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-03-27 09:40:29 +0100
commit3844da718223ad43260e55ba2f3f3f9e2eceac55 (patch)
treed1ca6ec2712b5f58ce583360cf19a075148377fc
parent197f872a9a1de46ab998e0ac645b983ba2386fa2 (diff)
downloadarchlinuxewe-3844da718223ad43260e55ba2f3f3f9e2eceac55.tar.xz
tk-togl: rebuild
-rw-r--r--tk-togl/PKGBUILD6
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