diff options
author | Erich Eckner <git@eckner.net> | 2021-06-08 18:57:22 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-06-08 18:57:22 +0200 |
commit | fdacaed3acc984ec11124541be40cf4968ce7999 (patch) | |
tree | 788e5ea159e614dd31847891bd21109bea3a58cb | |
parent | dec8e80fb647421aabd07df6723dab53344e3c39 (diff) | |
download | archlinuxewe-fdacaed3acc984ec11124541be40cf4968ce7999.tar.xz |
perl-opengl: rebuild
-rw-r--r-- | perl-opengl/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-opengl/PKGBUILD b/perl-opengl/PKGBUILD index 80edb7a4a..149341bc1 100644 --- a/perl-opengl/PKGBUILD +++ b/perl-opengl/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-opengl' pkgver='0.70' -pkgrel=20 +pkgrel=21 pkgdesc='Perl bindings to the OpenGL API, GLU, and GLUT/FreeGLUT' arch=('x86_64' 'i686' 'pentium4') license=('PerlArtistic' 'GPL') @@ -13,7 +13,7 @@ _pinned_dependencies=( 'glibc>=2.31' 'glu=9.0.1' 'libglvnd=1.3.3' - 'libx11=1.7.1' + 'libx11=1.7.2' ) depends=( 'perl>=5.34' |