[arch-commits] Commit in glew/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sat Apr 25 08:59:12 UTC 2020


    Date: Saturday, April 25, 2020 @ 08:59:11
  Author: andyrtr
Revision: 381533

upgpkg: glew 2.2.0-2: fix libprovides typo

Modified:
  glew/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 08:56:50 UTC (rev 381532)
+++ PKGBUILD	2020-04-25 08:59:11 UTC (rev 381533)
@@ -4,13 +4,13 @@
 
 pkgname=glew
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The OpenGL Extension Wrangler Library"
 arch=('x86_64')
 url="https://github.com/nigels-com/glew"
 license=('BSD' 'MIT' 'GPL')
 depends=('libxmu' 'libxi' 'glu')
-povides=('libGLEW.so')
+provides=('libGLEW.so')
 # https://sourceforge.net/projects/glew/files/glew/
 source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz
         glew-install.patch)



More information about the arch-commits mailing list