From 6273ca17ad37c78684529926b484d3f921d0537c Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:25 +0000 Subject: [PATCH] fcgi: extract update_* to external update file --- srcpkgs/fcgi/template | 1 - srcpkgs/fcgi/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/fcgi/update diff --git a/srcpkgs/fcgi/template b/srcpkgs/fcgi/template index abffec97474..8fef32d4981 100644 --- a/srcpkgs/fcgi/template +++ b/srcpkgs/fcgi/template @@ -7,7 +7,6 @@ short_desc="Fast, open, and secure Web server interface" maintainer="Enno Boland " license="custom" homepage="http://www.fastcgi.com/" -update_pkgname="libfcgi" distfiles="http://ftp.de.debian.org/debian/pool/main/libf/libfcgi/libfcgi_${version}.orig.tar.gz" checksum=c21f553f41141a847b2f1a568ec99a3068262821e4e30bc9d4b5d9091aa0b5f7 wrksrc="libfcgi-${version}.orig" diff --git a/srcpkgs/fcgi/update b/srcpkgs/fcgi/update new file mode 100644 index 00000000000..a57b5dbf92f --- /dev/null +++ b/srcpkgs/fcgi/update @@ -0,0 +1 @@ +pkgname="libfcgi"