diff --git a/ack/.md5sum b/ack/.md5sum index 1e7ce76ed..0618bd094 100644 --- a/ack/.md5sum +++ b/ack/.md5sum @@ -1 +1 @@ -d15d059166beff6103d2401aa2d783c7 ack +7175438fbcb43405f50d7ffda701eeb3 ack-standalone diff --git a/ack/Pkgfile b/ack/Pkgfile index 5ae8bc9ee..1ff396839 100644 --- a/ack/Pkgfile +++ b/ack/Pkgfile @@ -1,14 +1,14 @@ # Description: tool like grep, aimed at programmers with large trees of heterogeneous source code -# URL: http://petdance.com/ack/ +# URL: http://betterthangrep.com/ # Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl name=ack -version=1.90 +version=1.92 release=1 -source=(http://$name.googlecode.com/svn/tags/latest/$name) +source=(http://betterthangrep.com/$name-standalone) build() { - install -D -m 0755 $name $PKG/usr/bin/$name + install -D -m 0755 $name-standalone $PKG/usr/bin/$name mkdir -p $PKG/usr/man/man1 - pod2man $name > $PKG/usr/man/man1/$name.1 + pod2man /usr/bin/$name > $PKG/usr/man/man1/$name.1 }