From 9ea3f0e8572cd22bcdd0dcd35e8c04b29f67a5da Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 18 Oct 2022 16:02:06 +0200 Subject: tk-togl: fix _pinned_dependencies --- tk-togl/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tk-togl') diff --git a/tk-togl/PKGBUILD b/tk-togl/PKGBUILD index 656e12a33..0163a636a 100644 --- a/tk-togl/PKGBUILD +++ b/tk-togl/PKGBUILD @@ -2,14 +2,14 @@ # Contributor: Mirko Scholz pkgname=tk-togl pkgver=2.0 -pkgrel=23 +pkgrel=24 pkgdesc="A Tcl/Tk widget for OpenGL rendering." arch=('i686' 'pentium4' 'x86_64') url="https://sourceforge.net/projects/togl/" license=('BSD') _pinned_dependencies=( 'glibc>=2.31' - 'libglvnd=1.5.0' + 'libGL.so=1' 'libx11=1.8.1' 'libxmu=1.1.3' ) -- cgit v1.2.3-54-g00ecf