diff options
Diffstat (limited to 'extra/licq/PKGBUILD')
-rw-r--r-- | extra/licq/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/licq/PKGBUILD b/extra/licq/PKGBUILD index 3eaf2461f..049eaf05a 100644 --- a/extra/licq/PKGBUILD +++ b/extra/licq/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 137082 2011-09-06 03:22:00Z eric $ +# $Id: PKGBUILD 150853 2012-02-23 12:53:44Z juergen $ # Maintainer: Juergen Hoetzel <juergen@archlinux.org> pkgname=licq -pkgver=1.5.1 +pkgver=1.6.0 pkgrel=1 pkgdesc="Advanced graphical ICQ clone and more for Unix" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('libxss' 'qt' 'openssl') makedepends=('cmake' 'boost') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2) -md5sums=('7dbf9f4f190fdae4c34ab6edefb34997') +md5sums=('383153697e281a0b1b4ff008936731b8') build() { cd "${srcdir}/${pkgname}-${pkgver}" |