diff options
author | Erich Eckner <git@eckner.net> | 2020-06-05 11:08:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-05 11:08:23 +0200 |
commit | 85f27e74ab119767cf388b495dc97e7e14f865ba (patch) | |
tree | 769b6321604f10e1eba33539774b852768c04182 /tk-togl | |
parent | fe5492bfd83f4ffce6759b00751f9bfa9224a857 (diff) | |
download | archlinuxewe-85f27e74ab119767cf388b495dc97e7e14f865ba.tar.xz |
tk-togl: rebuild
Diffstat (limited to 'tk-togl')
-rw-r--r-- | tk-togl/PKGBUILD | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tk-togl/PKGBUILD b/tk-togl/PKGBUILD index 9a36c4ac3..e25770062 100644 --- a/tk-togl/PKGBUILD +++ b/tk-togl/PKGBUILD @@ -2,12 +2,18 @@ # Contributor: Mirko Scholz <srtlg> pkgname=tk-togl pkgver=2.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Tcl/Tk widget for OpenGL rendering." arch=('i686' 'pentium4' 'x86_64') url="https://sourceforge.net/projects/togl/" license=('BSD') -depends=(tk tcl libglvnd libxmu) +_pinned_dependencies=( + 'glibc>=2.31' + 'libglvnd=1.3.1' + 'libx11=1.6.9' + 'libxmu=1.1.3' +) +depends=(tk tcl "${_pinned_dependencies[@]}") _pkgname=Togl source=("${_pkgname}${pkgver}.tar.gz::https://sourceforge.net/projects/togl/files/Togl/2.0/${_pkgname}${pkgver}-src.tar.gz" "fix-configure.patch") |