summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Wells2019-06-22 16:35:08 -0400
committerDavid Wells2019-06-22 16:35:08 -0400
commit054557c6317dd5e10cf9b3dda96f8397f07bd795 (patch)
tree2018739a375d9451d0517be12f078421e7ae9819
parent3f43254d3537283fa66c591dedded3c05ce121eb (diff)
downloadaur-054557c6317dd5e10cf9b3dda96f8397f07bd795.tar.gz
update to 2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6953ed459c3a..4ce11a6377e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = p4est-deal-ii
pkgdesc = The parallel forest (p4est) library, built to work with deal.II (i.e., the deal-ii package)
- pkgver = 2.0
- pkgrel = 3
+ pkgver = 2.2
+ pkgrel = 1
url = http://www.p4est.org/
arch = i686
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = p4est-deal-ii
depends = lua
depends = gcc-fortran
options = libtool
- source = https://p4est.github.io/release/p4est-2.0.tar.gz
- sha1sums = f8148c503969a65230c90844f7a33bbda0f2e1c1
+ source = https://p4est.github.io/release/p4est-2.2.tar.gz
+ sha1sums = 28cbaf51a335c8cc8e78bb38bbb99251ba7ebf80
pkgname = p4est-deal-ii
diff --git a/PKGBUILD b/PKGBUILD
index bc66d89b3fa2..a27238fe9e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=p4est-deal-ii
_realname=p4est
-pkgver=2.0
-pkgrel=3
+pkgver=2.2
+pkgrel=1
pkgdesc="The parallel forest (p4est) library, built to work with deal.II (i.e., the deal-ii package)"
arch=("i686" "x86_64")
url="http://www.p4est.org/"
@@ -14,9 +14,9 @@ options=('libtool')
# sake of reproducibility, require it.
depends=('openmpi' 'zlib' 'lua' 'gcc-fortran')
makedepends=('gcc-fortran')
-source=(https://p4est.github.io/release/p4est-2.0.tar.gz)
+source=(https://p4est.github.io/release/p4est-$pkgver.tar.gz)
-sha1sums=('f8148c503969a65230c90844f7a33bbda0f2e1c1')
+sha1sums=('28cbaf51a335c8cc8e78bb38bbb99251ba7ebf80')
install_dir=/opt/$pkgname/