summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Sandoval2018-05-13 11:21:09 -0700
committerOmar Sandoval2018-05-13 11:21:09 -0700
commite7268e9abeaac8c821f9e1d156a5eb36acb17251 (patch)
tree5d289faa87fbf1ee2ecb3a1e7e54280d3ee4e096
parent94a8dc9b4cebadd200d46c7ac0879792022e099b (diff)
downloadaur-e7268e9abeaac8c821f9e1d156a5eb36acb17251.tar.gz
Update to 0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a8573054864..eb94720da06b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sparse
pkgdesc = Semantic parser for C
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = http://sparse.wiki.kernel.org/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = sparse
license = custom:OSL
depends = perl
depends = libxml2
- source = https://git.kernel.org/pub/scm/devel/sparse/sparse.git/snapshot/sparse-0.5.1.tar.gz
- sha256sums = 97781e5fdb95b65ab4d0e906a4cfa3f99fdb8b57c22a5c658523b69dbe95b7fb
+ source = https://www.kernel.org/pub/software/devel/sparse/dist/sparse-0.5.2.tar.xz
+ sha256sums = 4632b7b74af72214247f982f976ba44206933bab3a2717e09df166fb5b8abe7a
pkgname = sparse
diff --git a/PKGBUILD b/PKGBUILD
index 980ef5a127cc..5151c240523b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Omar Sandoval <osandov AT cs DOT washington DOT edu>
+# Maintainer: Omar Sandoval <osandov AT osandov DOT com>
# Contributor: Bartłomiej Piotrowski <bpiotrowski AT archlinux.org>
# Contributor: Dan McGee <dpmcgee AT gmail.com>
pkgname=sparse
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc='Semantic parser for C'
arch=('i686' 'x86_64')
url='http://sparse.wiki.kernel.org/'
license=('custom:OSL')
depends=('perl' 'libxml2')
-source=(https://git.kernel.org/pub/scm/devel/sparse/sparse.git/snapshot/sparse-$pkgver.tar.gz)
-sha256sums=('97781e5fdb95b65ab4d0e906a4cfa3f99fdb8b57c22a5c658523b69dbe95b7fb')
+source=(https://www.kernel.org/pub/software/devel/sparse/dist/sparse-$pkgver.tar.xz)
+sha256sums=('4632b7b74af72214247f982f976ba44206933bab3a2717e09df166fb5b8abe7a')
prepare() {
cd $pkgbase-$pkgver