summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Neeman2016-05-11 06:32:23 -0500
committerJoe Neeman2016-05-11 06:32:23 -0500
commit4dff54e5e1c8e140e10f011a19e44df326fff304 (patch)
tree5a8e29d4519d5634bdcd56dc41e037a7d24717ff
parent5fa7befdb078e82d7b18bc9f00c331062ea05de9 (diff)
downloadaur-4dff54e5e1c8e140e10f011a19e44df326fff304.tar.gz
Bump version to 2.7.2.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 245d2891041c..d5d0841bd376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rémy Oudompheng <oudomphe@clipper.ens.fr>
# Contributor: Alessandro "jakedust" Andrioni <jakedust@gmail.com>
pkgname=mpir
-pkgver=2.7.0
+pkgver=2.7.2
pkgrel=1
pkgdesc="Library for multiple precision integers and rationals"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://www.mpir.org/"
license=('LGPL')
depends=('gcc-libs')
source=(http://www.mpir.org/mpir-$pkgver.tar.lz)
-md5sums=('b1d6cd2c6ab8693bb71148c638a07bc7')
+md5sums=('2d47419dac50cc4a89c8c23421e66db1')
install=mpir.install
build() {