diff options
author | root <root@rshg054.dnsready.net> | 2011-08-03 23:14:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-03 23:14:34 +0000 |
commit | 8c2359e2541f9d1b11443b49d8ea502b3ffea39c (patch) | |
tree | 035176ef2ab4dbaabda40150109c203887d83ed7 /community/kvirc | |
parent | 991d38faccf4e1fb27f31f236ad58ee840103734 (diff) |
Wed Aug 3 23:14:34 UTC 2011
Diffstat (limited to 'community/kvirc')
-rw-r--r-- | community/kvirc/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/kvirc/PKGBUILD b/community/kvirc/PKGBUILD index a53dbed2c..47f99a313 100644 --- a/community/kvirc/PKGBUILD +++ b/community/kvirc/PKGBUILD @@ -1,14 +1,13 @@ -# $Id: PKGBUILD 47455 2011-05-23 15:33:39Z tdziedzic $ +# $Id: PKGBUILD 53306 2011-08-02 18:26:59Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=kvirc pkgver=4.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="Qt-based IRC client" url="http://www.kvirc.net" -depends=('python2' 'esound' 'qt' 'libxss') -optdepends=('esound: needed for snd plugin') +depends=('python2' 'qt' 'libxss') arch=(i686 x86_64) makedepends=('cmake') license=('GPL') |