From 7de0a9c21ecdb7becae761d7c9f2e723cb9ae0d3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Jan 2012 23:14:55 +0000 Subject: Tue Jan 17 23:14:54 UTC 2012 --- community/tellico/PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'community/tellico/PKGBUILD') diff --git a/community/tellico/PKGBUILD b/community/tellico/PKGBUILD index 360536653..4377089ff 100644 --- a/community/tellico/PKGBUILD +++ b/community/tellico/PKGBUILD @@ -1,12 +1,11 @@ -# $Id: PKGBUILD 61284 2011-12-28 02:21:17Z seblu $ +# $Id: PKGBUILD 62153 2012-01-16 21:08:22Z andrea $ # Maintainer: Ray Rashif # Contributor: Douglas Soares de Andrade -# Contributor: mdv pkgname=tellico -pkgver=2.3.4 -pkgrel=2 +pkgver=2.3.5 +pkgrel=1 pkgdesc="A collection manager for KDE" arch=('i686' 'x86_64') url="http://tellico-project.org/" @@ -16,7 +15,7 @@ depends=('kdebase-workspace' 'yaz' 'exempi' 'libksane' 'taglib' makedepends=('automoc4' 'cmake') install=$pkgname.install source=("http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2") -md5sums=('0a955754e89fc96d9745266ec97410c7') +md5sums=('e6a1835d2622b79c4bfd95271bce858e') build() { cd "${srcdir}" @@ -36,5 +35,3 @@ package() { # fix python 2.7 path find "$pkgdir" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' } - -# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf