diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-09 21:41:18 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-09 21:41:18 +0100 |
commit | 9c9dcb7ee95f321e5a4243792500f059231722cb (patch) | |
tree | a528497046cad28335c8dbcb413fc14e85e5f52e /community/tellico/PKGBUILD | |
parent | 938595dcb9f3adf10880b0958f02633f23d0d9f1 (diff) | |
parent | 9e5276831865e251c8d74a830da4908eab65cbb3 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/kdebase/PKGBUILD
extra/openal/PKGBUILD
Diffstat (limited to 'community/tellico/PKGBUILD')
-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 c6f8cbe14..086b8b211 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' 'mips64el') 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) |