diff --git a/task/.footprint b/task/.footprint index 689d03ed2..b43209dd8 100644 --- a/task/.footprint +++ b/task/.footprint @@ -1,14 +1,14 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/task -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/task.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/task-color.5.gz --rw-r--r-- root/root usr/man/man5/task-sync.5.gz --rw-r--r-- root/root usr/man/man5/taskrc.5.gz drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/task.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/task-color.5.gz +-rw-r--r-- root/root usr/share/man/man5/task-sync.5.gz +-rw-r--r-- root/root usr/share/man/man5/taskrc.5.gz drwxr-xr-x root/root usr/share/task/ drwxr-xr-x root/root usr/share/task/rc/ -rw-r--r-- root/root usr/share/task/rc/dark-16.theme @@ -33,6 +33,7 @@ drwxr-xr-x root/root usr/share/task/rc/ -rw-r--r-- root/root usr/share/task/rc/holidays.en-GB.rc -rw-r--r-- root/root usr/share/task/rc/holidays.en-GL.rc -rw-r--r-- root/root usr/share/task/rc/holidays.en-HK.rc +-rw-r--r-- root/root usr/share/task/rc/holidays.en-IN.rc -rw-r--r-- root/root usr/share/task/rc/holidays.en-NZ.rc -rw-r--r-- root/root usr/share/task/rc/holidays.en-US.rc -rw-r--r-- root/root usr/share/task/rc/holidays.en-ZA.rc diff --git a/task/.md5sum b/task/.md5sum index 46497de37..cbe9569e2 100644 --- a/task/.md5sum +++ b/task/.md5sum @@ -1 +1 @@ -bca2a8a6f7727ccbcefd5e190d935910 task-2.5.0.tar.gz +bcd984a00d6d1eb6b40faf567419f784 task-2.5.1.tar.gz diff --git a/task/Pkgfile b/task/Pkgfile index 55f3d601f..31893dc8a 100644 --- a/task/Pkgfile +++ b/task/Pkgfile @@ -4,7 +4,7 @@ # Depends on: util-linux cmake name=task -version=2.5.0 +version=2.5.1 release=1 source=(http://www.taskwarrior.org/download/$name-$version.tar.gz) @@ -13,14 +13,12 @@ build () { cmake . \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DTASK_MAN1DIR=man/man1 \ - -DTASK_MAN5DIR=man/man5 \ -DTASK_DOCDIR=share/task \ -DENABLE_SYNC=OFF make make DESTDIR=$PKG install - rm $PKG/usr/share/task/{AUTHORS,COPYING,ChangeLog,NEWS,README.md,INSTALL} + rm $PKG/usr/share/task/{AUTHORS,COPYING,ChangeLog,NEWS,README.md,INSTALL,LICENSE} rm $PKG/usr/share/task/scripts/{vim,hooks}/README }