From 61cdf09cd0581940639d0a6ebf09788f61b93eb9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 20 Jun 2015 12:47:23 +0200 Subject: Make url and pkgdesc fields optional MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The url and pkgdesc PKGBUILD variables are optional, so they should be in the AUR as well. Signed-off-by: Johannes Löthberg Signed-off-by: Lukas Fleischer --- web/template/pkg_details.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/template') diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index 82bc262..1e2b9a5 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -189,11 +189,19 @@ $sources = pkg_sources($row["ID"]); + + + + + + + + 0): -- cgit v1.2.3-54-g00ecf