[arch-commits] Commit in mpdecimal/trunk (PKGBUILD)

2020-06-29 Thread Felix Yan via arch-commits
Date: Monday, June 29, 2020 @ 08:51:16
  Author: felixonmars
Revision: 390574

fix depends on gcc-libs

Modified:
  mpdecimal/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-29 08:49:57 UTC (rev 390573)
+++ PKGBUILD2020-06-29 08:51:16 UTC (rev 390574)
@@ -7,7 +7,7 @@
 arch=('x86_64')
 url="https://www.bytereef.org/mpdecimal/index.html;
 license=('custom')
-depends=('glibc')
+depends=('gcc-libs')
 
source=("https://www.bytereef.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('6f889f5f8c3e5854204ad7380b63c1bfeb5193c1d464f9a32149d47d1c9bd996c6a57b867ab65ea84f33e87fe69cb45ad78aa2abfb9bb5144eb527587016c472')
 


[arch-commits] Commit in mpdecimal/trunk (PKGBUILD)

2020-06-29 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2020-06-29 08:34:19 UTC (rev 390571)
+++ PKGBUILD2020-06-29 08:49:49 UTC (rev 390572)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 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


[arch-commits] Commit in mpdecimal/trunk (PKGBUILD)

2020-05-19 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 19, 2020 @ 07:50:48
  Author: foutrelis
Revision: 386045

upgpkg: mpdecimal 2.4.2-3: reproducibility rebuild

Modified:
  mpdecimal/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 07:50:46 UTC (rev 386044)
+++ PKGBUILD2020-05-19 07:50:48 UTC (rev 386045)
@@ -2,7 +2,7 @@
 
 pkgname=mpdecimal
 pkgver=2.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Package for correctly-rounded arbitrary precision decimal floating 
point arithmetic"
 arch=('x86_64')
 url="https://www.bytereef.org/mpdecimal/index.html;


[arch-commits] Commit in mpdecimal/trunk (PKGBUILD)

2019-05-07 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 7, 2019 @ 20:47:43
  Author: arojas
Revision: 352747

https

Modified:
  mpdecimal/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-07 20:47:10 UTC (rev 352746)
+++ PKGBUILD2019-05-07 20:47:43 UTC (rev 352747)
@@ -5,10 +5,10 @@
 pkgrel=2
 pkgdesc="Package for correctly-rounded arbitrary precision decimal floating 
point arithmetic"
 arch=('x86_64')
-url="http://www.bytereef.org/mpdecimal/index.html;
+url="https://www.bytereef.org/mpdecimal/index.html;
 license=('custom')
 depends=('glibc')
-source=("http://www.bytereef.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz;)
+source=("https://www.bytereef.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('eb18ad53b81b93c469db4d915bbb3fae21b36ad82a88e01fef3a6946ac5f50b54376e259a5ecbe23836f1efd59d226b942ecdee87eaba7f9e75cdcaaa9499ef7')
 
 build() {


[arch-commits] Commit in mpdecimal/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 22:50:33
  Author: foutrelis
Revision: 338727

PIE/BUILDINFO rebuild

Modified:
  mpdecimal/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:50:27 UTC (rev 338726)
+++ PKGBUILD2018-11-09 22:50:33 UTC (rev 338727)
@@ -2,7 +2,7 @@
 
 pkgname=mpdecimal
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Package for correctly-rounded arbitrary precision decimal floating 
point arithmetic"
 arch=('x86_64')
 url="http://www.bytereef.org/mpdecimal/index.html;


[arch-commits] Commit in mpdecimal/trunk (PKGBUILD)

2016-05-13 Thread Felix Yan
Date: Saturday, May 14, 2016 @ 07:06:35
  Author: fyan
Revision: 267939

upgpkg: mpdecimal 2.4.2-1

Modified:
  mpdecimal/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 21:28:22 UTC (rev 267938)
+++ PKGBUILD2016-05-14 05:06:35 UTC (rev 267939)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 
 pkgname=mpdecimal
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="Package for correctly-rounded arbitrary precision decimal floating 
point arithmetic"
 arch=('i686' 'x86_64')
@@ -9,10 +9,11 @@
 url="http://www.bytereef.org/mpdecimal/index.html;
 license=('custom')
 depends=('glibc')
-source=(http://www.bytereef.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz)
+source=("http://www.bytereef.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz;)
+sha512sums=('eb18ad53b81b93c469db4d915bbb3fae21b36ad82a88e01fef3a6946ac5f50b54376e259a5ecbe23836f1efd59d226b942ecdee87eaba7f9e75cdcaaa9499ef7')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -19,10 +20,8 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 
-  install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }
-
-sha512sums=('60073ec82faff1ef9a5955a98f7f1320b044ff03bf8589bfe139b4721ae44c943e16bb36e1e61d9c6016529ba460d879bcbb17ea17cd875b27caa7caea211d45')


[arch-commits] Commit in mpdecimal/trunk (PKGBUILD)

2014-09-13 Thread Felix Yan
Date: Saturday, September 13, 2014 @ 13:12:33
  Author: fyan
Revision: 221616

upgpkg: mpdecimal 2.4.1-1

Modified:
  mpdecimal/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-13 10:11:22 UTC (rev 221615)
+++ PKGBUILD2014-09-13 11:12:33 UTC (rev 221616)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=mpdecimal
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc=Package for correctly-rounded arbitrary precision decimal floating 
point arithmetic
 arch=('i686' 'x86_64')
@@ -25,4 +25,4 @@
   install -Dm644 LICENSE.txt 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE.txt
 }
 
-sha512sums=('9528274c77f874ea75652f08e64bb76ecdaa6c2111900809bc3ce58b4740d8b313bf41283cfb41b525a7d2df7d86cb7d9415b0abb2ce58a209df9d54e2ab0f75')
+sha512sums=('60073ec82faff1ef9a5955a98f7f1320b044ff03bf8589bfe139b4721ae44c943e16bb36e1e61d9c6016529ba460d879bcbb17ea17cd875b27caa7caea211d45')