summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Fischer2018-09-10 20:21:48 +0200
committerAaron Fischer2018-09-10 20:21:48 +0200
commit0b6b7fcb3d7cc5bef9dbb61f9d48d6a352b76e63 (patch)
treed73fab927e1a2803e052af81ab92edc7af72c28f
parent19b4d3406c09e0a98770f9ed9a5227db6273ce3e (diff)
downloadaur-0b6b7fcb3d7cc5bef9dbb61f9d48d6a352b76e63.tar.gz
Bump to 0.20.0, the problem with the tests are fixed upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3737bd8d927b..acf58586fab4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cloog
pkgdesc = Library that generates loops for scanning polyhedra
- pkgver = 0.19.0
+ pkgver = 0.20.0
pkgrel = 1
url = http://www.bastoul.net/cloog/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = cloog
makedepends = texlive-bin
depends = osl
depends = isl
- source = https://github.com/periscop/cloog/releases/download/cloog-0.19.0/cloog-0.19.0.tar.gz
- sha512sums = a0646f31e7a2c1809c51b812f58dc3f733f3a7c4cdf84fa5fee4ed7a372b7bf649561c7eceb7bfc754f1aca519ec0fc3718e08775e7eb072a238ce341edda10a
+ source = https://github.com/periscop/cloog/releases/download/cloog-0.20.0/cloog-0.20.0.tar.gz
+ sha512sums = d00cbefd348b45d9d482320a088f7ae736440046b99469cbdfbb177a38dcef182c3305f0a567a1f5699c23b7108db6fd5ad6dfbc071d63ccca1d6bfc1b198565
pkgname = cloog
diff --git a/PKGBUILD b/PKGBUILD
index d618912aa4c1..ac3f4d6a0ffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Allan McRae <allan@archlinux.org>
pkgname=cloog
-pkgver=0.19.0
+pkgver=0.20.0
pkgrel=1
pkgdesc="Library that generates loops for scanning polyhedra"
arch=('i686' 'x86_64' 'armv7h')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('osl' 'isl')
makedepends=('texlive-core' 'texlive-bin')
source=(https://github.com/periscop/cloog/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('a0646f31e7a2c1809c51b812f58dc3f733f3a7c4cdf84fa5fee4ed7a372b7bf649561c7eceb7bfc754f1aca519ec0fc3718e08775e7eb072a238ce341edda10a')
+sha512sums=('d00cbefd348b45d9d482320a088f7ae736440046b99469cbdfbb177a38dcef182c3305f0a567a1f5699c23b7108db6fd5ad6dfbc071d63ccca1d6bfc1b198565')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,6 +23,7 @@ check() {
cd "${srcdir}/${pkgname}-${pkgver}"
# There are certain race conditions on running the tests, so we restrict
# it to one job (one CPU core).
+
make -j1 check
}