aboutsummaryrefslogtreecommitdiffstats
path: root/main/glu
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-18 06:21:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-18 06:21:51 +0000
commitff1b2c1b2d73928469abfd5e6c801e0cbf0f69ba (patch)
tree9e3f791aac7b020f70ca77a34b2861f26627e330 /main/glu
parente44085cadde1cba621d79c7b5387ec39e1f9b65e (diff)
downloadaports-ff1b2c1b2d73928469abfd5e6c801e0cbf0f69ba.tar.bz2
aports-ff1b2c1b2d73928469abfd5e6c801e0cbf0f69ba.tar.xz
main/glu: replaces mesa-glu
Diffstat (limited to 'main/glu')
-rw-r--r--main/glu/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/glu/APKBUILD b/main/glu/APKBUILD
index 471f8e4958..c386104bd8 100644
--- a/main/glu/APKBUILD
+++ b/main/glu/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=glu
pkgver=9.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="Mesa OpenGL Utility library"
url="http://cgit.freedesktop.org/mesa/glu/"
arch="all"
@@ -10,6 +10,7 @@ depends=""
depends_dev="mesa-dev"
makedepends="$depends_dev"
install=""
+replaces="mesa-glu"
subpackages="$pkgname-dev"
source="ftp://ftp.freedesktop.org/pub/mesa/glu/glu-$pkgver.tar.bz2"