diff options
author | root <root@rshg054.dnsready.net> | 2012-12-09 01:45:54 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-09 01:45:54 -0800 |
commit | 9e5276831865e251c8d74a830da4908eab65cbb3 (patch) | |
tree | 0f2e1cb68a0d2affed733ba9432471b096801e57 /community/tellico | |
parent | b8c6ff8db00ce5eec5e6f20a90e8f8ec993ef3d5 (diff) |
Sun Dec 9 01:45:28 PST 2012
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) |