diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-17 15:19:29 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-17 15:19:29 +0100 |
commit | a66ad9f55f1788fcab4028fefb2c91e563fec35c (patch) | |
tree | 93e3cfd6d5cee5dc334cd6582c789b1429f23694 /extra/ftgl/PKGBUILD | |
parent | 36128f354db7ef055305ffd69c29af225c6ca182 (diff) | |
parent | 071ecd58a9b69020ec170e7f89009a603e885371 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/keepassx/PKGBUILD
core/iputils/PKGBUILD
extra/avidemux/PKGBUILD
extra/gstreamer0.10-ugly/PKGBUILD
extra/kismet/PKGBUILD
extra/maxima/PKGBUILD
extra/sbcl/PKGBUILD
extra/sound-juicer/PKGBUILD
extra/wxgtk/PKGBUILD
kde-unstable/akonadi/PKGBUILD
libre/gstreamer0.10-bad-libre/PKGBUILD
Diffstat (limited to 'extra/ftgl/PKGBUILD')
-rw-r--r-- | extra/ftgl/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/ftgl/PKGBUILD b/extra/ftgl/PKGBUILD index 4c1163742..14c9cf343 100644 --- a/extra/ftgl/PKGBUILD +++ b/extra/ftgl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 168802 2012-10-16 03:14:27Z heftig $ +# $Id: PKGBUILD 171289 2012-11-16 23:57:52Z allan $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Alexander Baldeck <alexander@archlinux.org> # Contributor: tobias <tobias@archlinux.org> @@ -6,13 +6,13 @@ pkgname=ftgl _pkgver=2.1.3-rc5 pkgver=${_pkgver/-/} -pkgrel=4 +pkgrel=5 pkgdesc="OpenGL library to use arbitrary fonts" arch=(i686 x86_64 'mips64el') url="http://ftgl.wiki.sourceforge.net/" -license=(MIT) -depends=(freetype2 mesa glu) -makedepends=(doxygen) +license=('MIT') +depends=('freetype2' 'glu') +makedepends=('doxygen' 'mesa') options=('!libtool') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2") md5sums=('c7879018cde844059495b3029b0b6503') |