summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2017-10-19 20:16:07 -0400
committeryoungunix2017-10-19 20:16:07 -0400
commitda6ffce02ecea50e0870361cb1dbec69c3529cfc (patch)
tree76148faa1dc24a89d0c1d397cce368bc313b242f
parentb25cf7562faf82f8587e7eccfb9c508da333759d (diff)
downloadaur-flycheck.tar.gz
version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51ac595f4ff7..0ef497868b03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flycheck
pkgdesc = Modern on-the-fly syntax checking extension for GNU Emacs
- pkgver = 30
+ pkgver = 31
pkgrel = 1
url = http://www.flycheck.org/
arch = any
@@ -9,8 +9,8 @@ pkgbase = flycheck
makedepends = texinfo
depends = emacs
depends = emacs-dash
- source = https://github.com/flycheck/flycheck/archive/30.tar.gz
- sha256sums = 12327f1e832b9e1a65de1cd6be7c2033739401f634642cf8111396f2f5716bb0
+ source = https://github.com/flycheck/flycheck/archive/31.tar.gz
+ sha256sums = 6c2447f6740afd394880f233641113d06f67f40fd696ee6f5034a84b2fcb9b3e
pkgname = flycheck
diff --git a/PKGBUILD b/PKGBUILD
index a69433f3ee13..b27bf45c3af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: youngunix
pkgname=flycheck
-pkgver=30
+pkgver=31
pkgrel=1
pkgdesc='Modern on-the-fly syntax checking extension for GNU Emacs'
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('emacs' 'emacs-dash')
makedepends=('emacs' 'texinfo')
source=("https://github.com/flycheck/flycheck/archive/$pkgver.tar.gz")
-sha256sums=('12327f1e832b9e1a65de1cd6be7c2033739401f634642cf8111396f2f5716bb0')
+sha256sums=('6c2447f6740afd394880f233641113d06f67f40fd696ee6f5034a84b2fcb9b3e')
build() {
cd "$pkgname-$pkgver"