diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-14 12:33:07 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-14 12:33:07 -0300 |
commit | fdd03e5ecce11853fa939682ed87e938605d36be (patch) | |
tree | d48893d7d8ce37d16a2368194969880050357df7 /community/tellico/PKGBUILD | |
parent | 1fafdadaae260eaef7194102b5eb842466e63dd1 (diff) | |
parent | 0917a0682e48c4261e47d743725d990f47f6ec95 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/autocutsel/PKGBUILD
community/dev86/PKGBUILD
testing/gnome-control-center/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 584a86de9..3e52ce2c1 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' 'mips64el') @@ -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" |