summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2016-06-25 23:19:24 -0500
committeryoungunix2016-06-25 23:19:24 -0500
commit83341ed6549230875d295c198b9d3bf1f5779332 (patch)
tree733e004e3877d3e2855555b00f1ee10735d8baf9
parent0900628f4808b943c7c5948e21a99be74364ee72 (diff)
downloadaur-83341ed6549230875d295c198b9d3bf1f5779332.tar.gz
Source and build updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3ad800ac937..231f1c115944 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flycheck
pkgdesc = Modern on-the-fly syntax checking extension for GNU Emacs
- pkgver = 0.25
+ pkgver = 0.28
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/0.25.tar.gz
- sha256sums = dc85d1e67a83020aafc63df980aa6bbb07595f6ef32d8888089066b8f62ad34a
+ source = https://github.com/flycheck/flycheck/archive/0.28.tar.gz
+ sha256sums = skip
pkgname = flycheck
diff --git a/PKGBUILD b/PKGBUILD
index 584d040f3e21..9fe6c4ce2559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: holos
pkgname=flycheck
-pkgver=0.25
+pkgver=0.28
pkgrel=1
pkgdesc='Modern on-the-fly syntax checking extension for GNU Emacs'
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('emacs' 'emacs-dash')
makedepends=('emacs' 'texinfo')
source=("https://github.com/flycheck/flycheck/archive/$pkgver.tar.gz")
-sha256sums=('dc85d1e67a83020aafc63df980aa6bbb07595f6ef32d8888089066b8f62ad34a')
+sha256sums=('skip')
build() {
cd "$pkgname-$pkgver"