Date: Wednesday, November 6, 2019 @ 21:51:54 Author: dvzrv Revision: 524424
upgpkg: khard 0.15.1-1 Upgrading to 0.15.1. Switching back to pypi hosted sources. Modified: khard/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-06 21:12:58 UTC (rev 524423) +++ PKGBUILD 2019-11-06 21:51:54 UTC (rev 524424) @@ -1,7 +1,7 @@ -# Maintainer: David Runge <[email protected]> +# Maintainer: David Runge <[email protected]> pkgname=khard -pkgver=0.14.0 -pkgrel=2 +pkgver=0.15.1 +pkgrel=1 pkgdesc="Console CardDAV client" arch=('any') url="https://github.com/scheibler/khard" @@ -8,14 +8,12 @@ license=('GPL3') depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml' 'python-setuptools' 'python-unidecode' 'python-vobject') -makedepends=('python-setuptools' 'python-sphinx') +makedepends=('python-setuptools_scm' 'python-sphinx') checkdepends=('python-pytest') optdepends=('vdirsyncer: Synchronization of address books with a DAV server' 'diffutils: Using sdiff_khard_wrapper.sh') -# upstream doesn't always upload srcdist to pypi: https://github.com/scheibler/khard/issues/215 -# source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/scheibler/${pkgname}/archive/v${pkgver}.tar.gz") -sha512sums=('6024efdccd15d847f4aa317d48d364f8d4ccd0e063f10e2ce52b24d3d3e7fd4f2ab3432dd17ebfbba4572a86b9658b3495bc92bd0ab14f2a51e90817a42eb2d2') +source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") +sha512sums=('64ba1acf7e4046cd2e93034eb6e56fa38390993121880109a83411ef10839272b63e32c84efd9508230a93aed2b9a965f8333ed32344204f179ada936d9cce48') build() { cd "$pkgname-$pkgver" @@ -52,6 +50,8 @@ # man install -vDm 644 "doc/build/man/${pkgname}.1" \ -t "${pkgdir}/usr/share/man/man1" + install -vDm 644 "doc/build/man/${pkgname}.conf.5" \ + -t "${pkgdir}/usr/share/man/man5" # html install -vDm 644 "doc/build/singlehtml/index.html" \ -t "${pkgdir}/usr/share/doc/${pkgname}/html"
