Date: Thursday, February 12, 2015 @ 11:47:31 Author: kkeen Revision: 127595
upgpkg: multitail 6.4.1-1 Modified: multitail/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-12 10:10:14 UTC (rev 127594) +++ PKGBUILD 2015-02-12 10:47:31 UTC (rev 127595) @@ -4,7 +4,7 @@ # Contributor: Roberto Carvajal <[email protected]> pkgname=multitail -pkgver=6.3 +pkgver=6.4.1 pkgrel=1 pkgdesc="Lets you view one or multiple files like the original tail program" arch=('i686' 'x86_64') @@ -12,8 +12,8 @@ url="http://www.vanheusden.com/multitail" depends=('ncurses') backup=('etc/multitail.conf') -source=("${url}/${pkgname}-${pkgver}.tgz") -md5sums=('f7eb99b1be56dff3f5b1b17f9ecccc72') +source=("http://www.vanheusden.com/multitail/${pkgname}-${pkgver}.tgz") +md5sums=('e82a32f090d61665524b1e866d7d57ca') build() { cd "$srcdir/$pkgname-$pkgver"
