summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaptoxic2016-05-02 01:53:03 -0400
committerkaptoxic2016-05-02 01:53:03 -0400
commit56b9697efbcb7d60f93ba4dc8d65072a7ee5bef6 (patch)
tree760f36a5bd7c6256deaf390faa7e08deaea48bc1
parent09a4bdbb64b5ea6dd75163aa17571add8085d7f9 (diff)
downloadaur-56b9697efbcb7d60f93ba4dc8d65072a7ee5bef6.tar.gz
Update to the new version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dd10425bc5d..c50a810a4f69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon May 2 05:43:23 UTC 2016
+# Mon May 2 05:53:01 UTC 2016
pkgbase = checkstyle
- pkgdesc = Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
- pkgver = 5.9
+ pkgdesc = A tool to help programmers write Java code that adheres to a coding standard
+ pkgver = 6.18
pkgrel = 1
url = http://checkstyle.sourceforge.net
arch = i686
arch = x86_64
license = LGPL2
depends = java-environment
- source = http://downloads.sourceforge.net/project/checkstyle/checkstyle/5.9/checkstyle-5.9-bin.tar.gz
+ source = https://sourceforge.net/projects/checkstyle/files/checkstyle/6.18/checkstyle-6.18-bin.tar.gz/download
source = checkstyle
- md5sums = 032e8653dcee6d5370d7f84c87ac2548
+ md5sums = dd3456e70fb91f7d77fb4666e89969e0
md5sums = 8326c63991962d738fa9c55d0dd8d64d
pkgname = checkstyle
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}"