From 911434941126574d8a9bcdc64fe6286c2484a384 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:39 +0000 Subject: [PATCH] apache-directory-studio: extract update_* to external update file --- srcpkgs/apache-directory-studio/template | 2 -- srcpkgs/apache-directory-studio/update | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/apache-directory-studio/update diff --git a/srcpkgs/apache-directory-studio/template b/srcpkgs/apache-directory-studio/template index ba3a5192847..97cb9ecbb7a 100644 --- a/srcpkgs/apache-directory-studio/template +++ b/srcpkgs/apache-directory-studio/template @@ -8,8 +8,6 @@ short_desc="LDAP browser and directory client" maintainer="Ypnose " license="Apache-2.0" homepage="http://directory.apache.org/studio/" -update_site="http://directory.apache.org/studio/download/download-linux.html" -update_pattern='ApacheDirectoryStudio-linux-x86_64-\K[\d.]+v[\d.]+' only_for_archs="i686 x86_64" if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then diff --git a/srcpkgs/apache-directory-studio/update b/srcpkgs/apache-directory-studio/update new file mode 100644 index 00000000000..1b264981755 --- /dev/null +++ b/srcpkgs/apache-directory-studio/update @@ -0,0 +1,2 @@ +site="http://directory.apache.org/studio/download/download-linux.html" +pattern='ApacheDirectoryStudio-linux-x86_64-\K[\d.]+v[\d.]+'