diff options
-rw-r--r-- | xcrysden/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xcrysden/PKGBUILD b/xcrysden/PKGBUILD index f3f860e7e..4badbdbc6 100644 --- a/xcrysden/PKGBUILD +++ b/xcrysden/PKGBUILD @@ -4,14 +4,14 @@ pkgname=xcrysden pkgver=1.6.2 -pkgrel=23 +pkgrel=24 epoch= pkgdesc="crystalline and molecular structure visualisation program" arch=('i686' 'pentium4' 'x86_64') url="http://www.xcrysden.org/" license=('GPL2') _pinned_dependencies=( - 'gcc-libs=11.1.0' + 'gcc-libs=11.2.0' 'gl2ps=1.4.2' 'glibc>=2.31' 'glu=9.0.2' |