Date: Saturday, May 9, 2020 @ 12:05:21 Author: jlichtblau Revision: 625952
upgpkg: tellico 3.3-1 - new upstream release Modified: tellico/trunk/PKGBUILD tellico/trunk/tellico.changelog -------------------+ PKGBUILD | 9 +++------ tellico.changelog | 3 +++ 2 files changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-09 11:51:23 UTC (rev 625951) +++ PKGBUILD 2020-05-09 12:05:21 UTC (rev 625952) @@ -4,7 +4,7 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=tellico -pkgver=3.2.3 +pkgver=3.3 pkgrel=1 pkgdesc="A collection manager for KDE" arch=('x86_64') @@ -12,11 +12,11 @@ license=('GPL') depends=('exempi' 'hicolor-icon-theme' 'kio' 'libksane' 'libkcddb' 'libcdio' 'kfilemetadata' 'knewstuff' 'kxmlgui' 'kitemmodels' - 'python2' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 'qt5-base') + 'python' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 'qt5-base') makedepends=('cmake' 'extra-cmake-modules' 'kdoctools') changelog=$pkgname.changelog source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz) -sha256sums=('f4456eb31f71151b9786fa171531265b421b2de8140e9adbf6bb584862c42952') +sha256sums=('de08c27a63f3dd9cab085604fda9f94efb3abfd1ffb1e0ec2f7be9fcf79d2fb6') build() { mkdir build && cd build @@ -28,7 +28,4 @@ package() { cd build make DESTDIR="${pkgdir}" install - - # fix python 2.7 path - find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' } Modified: tellico.changelog =================================================================== --- tellico.changelog 2020-05-09 11:51:23 UTC (rev 625951) +++ tellico.changelog 2020-05-09 12:05:21 UTC (rev 625952) @@ -1,3 +1,6 @@ +2020-05-09 Jaroslav Lichtblau <[email protected]> + * tellico 3.3-1 + 2019-11-28 Jaroslav Lichtblau <[email protected]> * tellico 3.2.3-1
