summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Sandoval2022-01-24 14:37:48 -0800
committerOmar Sandoval2022-01-24 14:37:48 -0800
commitd70a136ba2d06930aced0872ab377123e11b8a95 (patch)
treecd4d273f9e3f5bdae26ff73ac64e752286d59ff5
parentecf93df8800eed985dbc6da4a6b0059fcad6d5de (diff)
downloadaur-d70a136ba2d06930aced0872ab377123e11b8a95.tar.gz
Update to 0.6.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f2a4ebca402..17136f39ecc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sparse
pkgdesc = Semantic parser for C
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = http://sparse.wiki.kernel.org/
arch = i686
@@ -8,8 +8,7 @@ pkgbase = sparse
license = MIT
depends = perl
depends = libxml2
- source = https://www.kernel.org/pub/software/devel/sparse/dist/sparse-0.6.3.tar.xz
- sha256sums = d4f6dbad8409e8e20a19f164b2c16f1edf76438ff77cf291935fde081b61a899
+ source = https://www.kernel.org/pub/software/devel/sparse/dist/sparse-0.6.4.tar.xz
+ sha256sums = 6ab28b4991bc6aedbd73550291360aa6ab3df41f59206a9bde9690208a6e387c
pkgname = sparse
-
diff --git a/PKGBUILD b/PKGBUILD
index a63a186aa06a..5632ae2c2815 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Dan McGee <dpmcgee AT gmail.com>
pkgname=sparse
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc='Semantic parser for C'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url='http://sparse.wiki.kernel.org/'
license=('MIT')
depends=('perl' 'libxml2')
source=(https://www.kernel.org/pub/software/devel/sparse/dist/sparse-$pkgver.tar.xz)
-sha256sums=('d4f6dbad8409e8e20a19f164b2c16f1edf76438ff77cf291935fde081b61a899')
+sha256sums=('6ab28b4991bc6aedbd73550291360aa6ab3df41f59206a9bde9690208a6e387c')
prepare() {
cd $pkgbase-$pkgver