From 0aa27eb64fb6ce9cd5dafa8f48391caa8cc9f4e4 Mon Sep 17 00:00:00 2001 From: jan-schreib Date: Sat, 22 Mar 2014 02:40:02 +0100 Subject: [PATCH] notmuch: use variable for download location --- srcpkgs/notmuch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index 9948c78213e..467cbe7f281 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -1,7 +1,7 @@ # Template file for 'notmuch' pkgname=notmuch version=0.17 -revision=4 +revision=5 hostmakedepends="pkg-config" makedepends="xapian-core-devel gmime-devel talloc-devel" build_style=gnu-configure @@ -10,7 +10,7 @@ short_desc="notmuch -- the mail indexer" maintainer="Jan S. " license="GPL-3" homepage="http://notmuchmail.org" -distfiles="http://notmuchmail.org/releases/notmuch-0.17.tar.gz" +distfiles="http://notmuchmail.org/releases/${pkgname}-${version}.tar.gz" checksum=d215e0e7e536c50bc0d8a455a58bb4ddabe0678cc637c4dcebdb57d5c4bcbe95 only_for_archs="x86_64 i686"