diff options
Diffstat (limited to 'community/tellico')
-rw-r--r-- | community/tellico/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tellico/PKGBUILD b/community/tellico/PKGBUILD index 222a739aa..7a01f477e 100644 --- a/community/tellico/PKGBUILD +++ b/community/tellico/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74833 2012-08-06 23:08:46Z andrea $ +# $Id: PKGBUILD 80977 2012-12-08 10:56:37Z andrea $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Ray Rashif <schiv@archlinux.org # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -6,12 +6,12 @@ pkgname=tellico pkgver=2.3.6 -pkgrel=2 +pkgrel=3 pkgdesc="A collection manager for KDE" arch=('i686' 'x86_64') url="http://tellico-project.org/" license=('GPL') -depends=('kdebase-workspace' 'yaz' 'exempi' 'libksane' 'taglib' 'libkcddb' 'poppler-qt' 'qjson') +depends=('kdebase-workspace' 'yaz' 'exempi' 'libksane' 'taglib' 'libkcddb' 'poppler-qt') makedepends=('automoc4' 'cmake') install=$pkgname.install source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2) |