[arch-commits] Commit in todoman/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sun Aug 5 16:51:25 UTC 2018
Date: Sunday, August 5, 2018 @ 16:51:24
Author: dvzrv
Revision: 368397
upgpkg: todoman 3.4.0-5
Fixing url, switching to sha512sums, adding upstream bug reports for issues.
Modified:
todoman/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-05 16:50:52 UTC (rev 368396)
+++ PKGBUILD 2018-08-05 16:51:24 UTC (rev 368397)
@@ -2,10 +2,10 @@
# Maintainer: David Runge <dave at sleepmap.de>
pkgname=todoman
pkgver=3.4.0
-pkgrel=4
+pkgrel=5
pkgdesc="A simple, standards-based, cli todo (aka: task) manager"
arch=('any')
-url="https://github.com/pimutils/todoman/blob/master/setup.py"
+url="https://github.com/pimutils/todoman"
license=('ISC')
depends=('python-atomicwrites' 'python-click-log' 'python-configobj'
'python-dateutil' 'python-humanize' 'python-icalendar' 'python-parsedatetime'
@@ -16,7 +16,7 @@
'python-click-repl: REPL command'
'zsh-completions: auto-complete in zsh')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('b3b8a70275aa4ba6617169eddd84ec08')
+sha512sums=('6d49416f35f5f4375e861d9f20e0076813faed6aa8b02b63de331c3c11ffd27902db10bd7a1ed455075ec09feff24ca5500b7eb348486bcb3250dbbf503a4ade')
prepare() {
cd "$pkgname-$pkgver"
@@ -32,7 +32,8 @@
check() {
cd "$pkgname-$pkgver"
export PYTHONPATH="${PYTHONPATH}:${PWD}"
- #export timezone, so tests pick them up correctly
+ # export timezone, so tests pick them up correctly
+ # https://github.com/pimutils/todoman/issues/320
export TZ=UTC
py.test
}
@@ -47,6 +48,7 @@
install -vDm 644 {AUTHORS,CHANGELOG,CODE_OF_CONDUCT,README}.rst \
-t "${pkgdir}/usr/share/doc/${pkgname}/"
# license
+ # wrong name: https://github.com/pimutils/todoman/issues/319
install -vDm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# sample config
install -vDm 644 "${pkgname}.conf.sample" \
More information about the arch-commits
mailing list