diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-12-21 14:34:23 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-12-21 14:34:23 +0100 |
commit | e08cd77958fcdcfdd143e4d23fdf4905d3b76f65 (patch) | |
tree | af52439636768f437ac62705719d7c69b5abe26b /perl-opengl | |
parent | 95e7b8718596a4dea2218d570726ac3cb029000e (diff) | |
download | archlinuxewe-e08cd77958fcdcfdd143e4d23fdf4905d3b76f65.tar.xz |
perl-opengl: rebuild
Diffstat (limited to 'perl-opengl')
-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 d5090c458..6cbf06c4b 100644 --- a/perl-opengl/PKGBUILD +++ b/perl-opengl/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-opengl' pkgver='0.70' -pkgrel=41 +pkgrel=42 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.2' 'libGL.so=1' - 'libx11=1.8.2' + 'libx11=1.8.3' ) depends=( 'perl>=5.36' |