diff --git a/freeglut/PKGBUILD b/freeglut/PKGBUILD index e8acfdd98..4738d8842 100644 --- a/freeglut/PKGBUILD +++ b/freeglut/PKGBUILD @@ -2,13 +2,16 @@ #contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/freeglut/ pkgname=freeglut pkgver=2.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="Provides functionality for small OpenGL programs" arch=('x86_64') url="http://freeglut.sourceforge.net/" license=('MIT') depends=('libxxf86vm' 'libgl' 'libxi') makedepends=('mesa' 'glu' 'libxxf86vm') +provides=('glut') +conflicts=('glut') +replaces=('glut') options=('!libtool') source=(http://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz) md5sums=('918ffbddcffbac83c218bc52355b6d5a')