diff --git a/pal/.footprint b/pal/.footprint index f6b51a9c2..e195b1dbc 100644 --- a/pal/.footprint +++ b/pal/.footprint @@ -1,11 +1,13 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pal +-rwxr-xr-x root/root usr/bin/vcard2pal drwxr-xr-x root/root usr/etc/ -rw-r--r-- root/root usr/etc/pal.conf drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/pal.1.gz +-rw-r--r-- root/root usr/man/man1/vcard2pal.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/pal/ -rw-r--r-- root/root usr/share/pal/australia.pal diff --git a/pal/.md5sum b/pal/.md5sum index d12680a6d..99bd0fce5 100644 --- a/pal/.md5sum +++ b/pal/.md5sum @@ -1 +1 @@ -70fda348df08116a86662e45e21f93f7 pal-0.4.1.tgz +1b2fd84871f6ba4b47ab47d8f91a3826 pal-0.4.2.tgz diff --git a/pal/Pkgfile b/pal/Pkgfile index c1cc0bc3b..bf2dbd2c5 100644 --- a/pal/Pkgfile +++ b/pal/Pkgfile @@ -4,7 +4,7 @@ # Depends on: glib, gettext, readline name=pal -version=0.4.1 +version=0.4.2 release=1 source=(http://dl.sourceforge.net/palcal/$name-$version.tgz)