summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eaf8de59fdd2..d68ca259a13e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
-# Maintainer: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com
+# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com
+# Maintainer: kaptoxic@yahoo.com
pkgname='checkstyle'
-pkgver='5.9'
+pkgver='6.18'
pkgrel=1
-pkgdesc='Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard'
+pkgdesc='A tool to help programmers write Java code that adheres to a coding standard'
depends=('java-environment')
arch=('i686' 'x86_64')
license=('LGPL2')
url='http://checkstyle.sourceforge.net'
source=(
- "http://downloads.sourceforge.net/project/checkstyle/checkstyle/${pkgver}/${pkgname}-${pkgver}-bin.tar.gz"
+ "https://sourceforge.net/projects/checkstyle/files/checkstyle/${pkgver}/${pkgname}-${pkgver}-bin.tar.gz/download"
'checkstyle')
-md5sums=(
- '032e8653dcee6d5370d7f84c87ac2548'
- '8326c63991962d738fa9c55d0dd8d64d')
+md5sums=('dd3456e70fb91f7d77fb4666e89969e0'
+ '8326c63991962d738fa9c55d0dd8d64d')
function package() {
local destdir="${pkgdir}/opt/${pkgname}"