diff options
Diffstat (limited to 'extra/licq/PKGBUILD')
-rw-r--r-- | extra/licq/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/licq/PKGBUILD b/extra/licq/PKGBUILD index f1557447c..4f3355d44 100644 --- a/extra/licq/PKGBUILD +++ b/extra/licq/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 178969 2013-03-01 10:22:04Z andrea $ +# $Id: PKGBUILD 181125 2013-03-31 19:16:53Z stephane $ # Maintainer: Juergen Hoetzel <juergen@archlinux.org> pkgname=licq pkgver=1.7.1 -pkgrel=2 +pkgrel=3 pkgdesc="Advanced graphical ICQ clone and more for Unix" arch=('i686' 'x86_64') url="http://www.licq.org" @@ -17,8 +17,6 @@ md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16') build() { cd "${srcdir}/${pkgname}-${pkgver}" - . /etc/profile.d/qt4.sh - # licq mkdir build cd build |