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 181181404..0854c6eaf 100644 --- a/community/tellico/PKGBUILD +++ b/community/tellico/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 34947 2010-12-13 22:02:05Z schiv $ +# $Id: PKGBUILD 44985 2011-04-13 23:48:59Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> # Contributor: mdv pkgname=tellico -pkgver=2.3.2 +pkgver=2.3.3 pkgrel=1 pkgdesc="A collection manager for KDE" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('kdebase-workspace' 'yaz' 'exempi' 'kdegraphics-libs' 'taglib' makedepends=('automoc4' 'cmake' 'docbook-xsl') install=$pkgname.install source=("http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2") -md5sums=('3425c12055ae7ea512cd7242de73575e') +md5sums=('7e3da69119324995308fca7ddf8ea6a9') build() { cd "$srcdir/$pkgname-$pkgver" |