diff options
author | root <root@rshg054.dnsready.net> | 2012-06-06 00:01:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-06 00:01:34 +0000 |
commit | 91734dee3e97f809fb0fcf7add40f7af90fccd87 (patch) | |
tree | 5ea3c4fcb1f01ef60e6f841415bd5f7ab78e32f0 /community/gnustep-back | |
parent | 67db4cf68dbdb364c4dee1599294d7701f3c3b0a (diff) |
Wed Jun 6 00:01:34 UTC 2012
Diffstat (limited to 'community/gnustep-back')
-rw-r--r-- | community/gnustep-back/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gnustep-back/PKGBUILD b/community/gnustep-back/PKGBUILD index 0d09dd5e2..b059ca4a3 100644 --- a/community/gnustep-back/PKGBUILD +++ b/community/gnustep-back/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 68860 2012-04-04 09:31:08Z allan $ +# $Id: PKGBUILD 71960 2012-06-04 07:53:24Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Sebastian Sareyko <public@nooms.de> pkgname=gnustep-back pkgver=0.22.0 -pkgrel=2 +pkgrel=3 pkgdesc="The GNUstep GUI Backend" arch=('i686' 'x86_64') url="http://www.gnustep.org/" license=('LGPL') -depends=(libgl libxmu gcc-libs freetype2 libart-lgpl) +depends=(libgl libxmu gcc-libs freetype2 cairo) makedepends=('gnustep-gui' 'libffi' 'gcc-objc') conflicts=('gnustep-back-svn') groups=('gnustep-core') |