diff options
Diffstat (limited to 'extra/licq/PKGBUILD')
-rw-r--r-- | extra/licq/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/licq/PKGBUILD b/extra/licq/PKGBUILD index 907c1bc91..7975502c3 100644 --- a/extra/licq/PKGBUILD +++ b/extra/licq/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163710 2012-07-18 01:05:42Z ibiru $ +# $Id: PKGBUILD 165473 2012-08-20 13:43:35Z juergen $ # Maintainer: Juergen Hoetzel <juergen@archlinux.org> pkgname=licq -pkgver=1.6.0 -pkgrel=5 +pkgver=1.6.1 +pkgrel=1 pkgdesc="Advanced graphical ICQ clone and more for Unix" arch=('i686' 'x86_64') url="http://www.licq.org" @@ -12,7 +12,7 @@ depends=('boost-libs' 'gpgme' 'libxss' 'qt') makedepends=('cmake' 'boost') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2) -md5sums=('383153697e281a0b1b4ff008936731b8') +md5sums=('9caa6d2e215a41a8b99c64ecbc2e6299') build() { cd "${srcdir}/${pkgname}-${pkgver}" |