diff options
author | Erich Eckner <git@eckner.net> | 2020-08-27 08:13:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-27 08:13:44 +0200 |
commit | 5972284f72f3ff81edfa27d378f45134bc2ff041 (patch) | |
tree | 409d207c3c5d1aa5a4ea463b2f7a1ea41b900811 /perl-opengl | |
parent | 3c4804e382164401d42626566ed1d6c4cf62ccb7 (diff) | |
download | archlinuxewe-5972284f72f3ff81edfa27d378f45134bc2ff041.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 d5eb0645e..c94e6bdfb 100644 --- a/perl-opengl/PKGBUILD +++ b/perl-opengl/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-opengl' pkgver='0.70' -pkgrel=15 +pkgrel=16 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.2' - 'libx11=1.6.11' + 'libx11=1.6.12' ) depends=( 'perl>=5.32' |