diff options
author | Erich Eckner <git@eckner.net> | 2023-02-12 21:34:37 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-02-12 21:34:37 +0100 |
commit | ca91416c3c3b82b9a131aa8e38f305f7fd4898c7 (patch) | |
tree | 43b93fe8202b88c059fc1819a937e2fa45cc8f4d | |
parent | 8e6fd684fca62ad2d23a01c586f30e21f32f348d (diff) | |
download | archlinuxewe-ca91416c3c3b82b9a131aa8e38f305f7fd4898c7.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 6cbf06c4b..141916d1a 100644 --- a/perl-opengl/PKGBUILD +++ b/perl-opengl/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-opengl' pkgver='0.70' -pkgrel=42 +pkgrel=43 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.3' + 'libx11=1.8.4' ) depends=( 'perl>=5.36' |