From 1e08d250d48e372349f4c79b24f529b388932068 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:37 +0000 Subject: [PATCH] doxygen: extract update_* to external update file --- srcpkgs/doxygen/template | 2 -- srcpkgs/doxygen/update | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/doxygen/update diff --git a/srcpkgs/doxygen/template b/srcpkgs/doxygen/template index 1f800d7809..7a8abb4ef4 100644 --- a/srcpkgs/doxygen/template +++ b/srcpkgs/doxygen/template @@ -8,8 +8,6 @@ maintainer="Juan RP " homepage="http://www.doxygen.org/" license="GPL-2" distfiles="http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${version}.src.tar.gz" -update_site="http://www.stack.nl/~dimitri/doxygen/download.html" -update_ignore="*.bin" checksum=d4ab6e28d4d45d8956cad17470aade3fbe2356e8f64b92167e738c1887feccec if [ -z "$CROSS_BUILD" ]; then diff --git a/srcpkgs/doxygen/update b/srcpkgs/doxygen/update new file mode 100644 index 0000000000..92a51cd0cc --- /dev/null +++ b/srcpkgs/doxygen/update @@ -0,0 +1,2 @@ +site="http://www.stack.nl/~dimitri/doxygen/download.html" +ignore="*.bin"