summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-10-04 23:44:07 +0200
committerMarcin Wieczorek2016-10-04 23:44:07 +0200
commit4be52bc6418bfe5316ed8bcc9ae39faf7b4138be (patch)
treed9a8b78f3af0e87dd02905013ed3ad2894f355da
parentab6eba95aa0b25768c8c6db2f0b58115637862b2 (diff)
downloadaur-4be52bc6418bfe5316ed8bcc9ae39faf7b4138be.tar.gz
Version 7.1.2
ooops there's some forgoten srcinfo...
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77711901c66e..d96e57557317 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = checkstyle
pkgdesc = A tool to help programmers write Java code that adheres to a coding standard
- pkgver = 7.1.1
+ pkgver = 7.1.2
pkgrel = 1
- url = http://checkstyle.sourceforge.net
- arch = i686
- arch = x86_64
+ url = https://github.com/checkstyle/checkstyle
+ arch = any
license = LGPL2.1
makedepends = maven
makedepends = java-environment>=8
depends = java-runtime>=8
- source = http://checkstyle.sourceforge.net/archive/checkstyle-7.1.1.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-7.1.2.tar.gz
source = checkstyle
- sha256sums = bff636d85abd5d3d17d99a9bbc2adacdf8ff9afe484a86b73e1d759053763a26
- sha256sums = 6ac8fd25eb47e096c9e709dbe92cefbd85f0639433874e9b67abfd17beb31daf
+ sha256sums = 12fc9ff42ed74fc69af67e9a663a1baa455df16030648d83af67b4553ceee25b
+ sha256sums = fd16398cd50d9e066c0fcd496c50132ba054706a2bc2e8260f1111f78324edc7
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index 276ba769ca88..ba6493fbcb7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=7.1.1
+pkgver=7.1.2
pkgrel=1
pkgdesc='A tool to help programmers write Java code that adheres to a coding standard'
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('maven' 'java-environment>=8')
url='https://github.com/checkstyle/checkstyle'
source=("${url}/archive/checkstyle-${pkgver}.tar.gz"
'checkstyle')
-sha256sums=('bff636d85abd5d3d17d99a9bbc2adacdf8ff9afe484a86b73e1d759053763a26'
+sha256sums=('12fc9ff42ed74fc69af67e9a663a1baa455df16030648d83af67b4553ceee25b'
'fd16398cd50d9e066c0fcd496c50132ba054706a2bc2e8260f1111f78324edc7')
build() {