summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67a5792b37d8..6375d74afb35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: Dennis Fink <metalgamer@c3l.lu>
-# Maintainer: Oleg Rakhmanov <orakhmanov [at] gmail [dot] com>
+# Contributor: Patrick Northon <northon_patrick3@yahoo.ca>
+# Contributor: Dennis Fink <metalgamer@c3l.lu>
+# Contributor: Oleg Rakhmanov <orakhmanov [at] gmail [dot] com>
# Contributor: Anntoin Wilkinson <anntoin gmail com>
# Contributor: Vladimir Ermakov <vooon341@gmail.com>
# Contributor: Peter A. Shevtsov <pshevtsov at severusweb dot ru>
pkgname=yuicompressor
pkgver=2.4.8
-pkgrel=2
+pkgrel=3
pkgdesc="CSS and Javascript compressor"
arch=("any")
-url="http://developer.yahoo.com/yui/compressor/"
+url="http://yui.github.io/yuicompressor/"
license=("BSD")
-depends=("java-runtime")
+depends=("java-runtime-headless")
source=("https://github.com/yui/yuicompressor/releases/download/v${pkgver}/yuicompressor-${pkgver}.zip"
"yuicompressor.sh"
'https://raw.github.com/yui/yuicompressor/master/LICENSE.TXT')