Date: Sunday, August 5, 2018 @ 12:02:17 Author: dvzrv Revision: 368375
upgpkg: todoman 3.4.0-4 Changing to correct license (ISC). Modified: todoman/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-05 11:14:06 UTC (rev 368374) +++ PKGBUILD 2018-08-05 12:02:17 UTC (rev 368375) @@ -2,11 +2,11 @@ # Maintainer: David Runge <[email protected]> pkgname=todoman pkgver=3.4.0 -pkgrel=3 +pkgrel=4 pkgdesc="A simple, standards-based, cli todo (aka: task) manager" arch=('any') url="https://github.com/pimutils/todoman/blob/master/setup.py" -license=('GPL') +license=('ISC') depends=('python-atomicwrites' 'python-click-log' 'python-configobj' 'python-dateutil' 'python-humanize' 'python-icalendar' 'python-parsedatetime' 'python-xdg' 'python-setuptools' 'python-tabulate' 'python-urwid')
