diff options
author | Erich Eckner <git@eckner.net> | 2021-06-28 05:43:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-06-28 05:43:50 +0200 |
commit | d7cceb06e7363b5841d8b30284b50a76e22b7819 (patch) | |
tree | e6a64f06b993e2756e2e79ec77b0676574e3476f /perl-opengl | |
parent | e29dbb8c554bc5c6b211c295a910719f7b6b314d (diff) | |
download | archlinuxewe-d7cceb06e7363b5841d8b30284b50a76e22b7819.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 149341bc1..4ab420310 100644 --- a/perl-opengl/PKGBUILD +++ b/perl-opengl/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-opengl' pkgver='0.70' -pkgrel=21 +pkgrel=22 pkgdesc='Perl bindings to the OpenGL API, GLU, and GLUT/FreeGLUT' arch=('x86_64' 'i686' 'pentium4') license=('PerlArtistic' 'GPL') @@ -11,7 +11,7 @@ options=('!emptydirs') _pinned_dependencies=( 'freeglut=3.2.1' 'glibc>=2.31' - 'glu=9.0.1' + 'glu=9.0.2' 'libglvnd=1.3.3' 'libx11=1.7.2' ) |