[arch-commits] Commit in mpdecimal/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jun 29 08:49:50 UTC 2020
Date: Monday, June 29, 2020 @ 08:49:49
Author: felixonmars
Revision: 390572
upgpkg: mpdecimal 2.5.0-1
Modified:
mpdecimal/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-29 08:34:19 UTC (rev 390571)
+++ PKGBUILD 2020-06-29 08:49:49 UTC (rev 390572)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=mpdecimal
-pkgver=2.4.2
-pkgrel=3
+pkgver=2.5.0
+pkgrel=1
pkgdesc="Package for correctly-rounded arbitrary precision decimal floating point arithmetic"
arch=('x86_64')
url="https://www.bytereef.org/mpdecimal/index.html"
@@ -9,7 +9,7 @@
license=('custom')
depends=('glibc')
source=("https://www.bytereef.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz")
-sha512sums=('eb18ad53b81b93c469db4d915bbb3fae21b36ad82a88e01fef3a6946ac5f50b54376e259a5ecbe23836f1efd59d226b942ecdee87eaba7f9e75cdcaaa9499ef7')
+sha512sums=('6f889f5f8c3e5854204ad7380b63c1bfeb5193c1d464f9a32149d47d1c9bd996c6a57b867ab65ea84f33e87fe69cb45ad78aa2abfb9bb5144eb527587016c472')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list