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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 10:36:26
  Author: foutrelis
Revision: 400299

upgpkg: libbytesize 2.4-3: Python 3.9 rebuild

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 10:36:23 UTC (rev 400298)
+++ PKGBUILD2020-11-11 10:36:26 UTC (rev 400299)
@@ -2,7 +2,7 @@
 
 pkgname=libbytesize
 pkgver=2.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
 url="https://github.com/rhinstaller/libbytesize;


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

2020-07-31 Thread Felix Yan via arch-commits
Date: Friday, July 31, 2020 @ 08:32:12
  Author: felixonmars
Revision: 392759

upgpkg: libbytesize 2.4-1

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-31 08:31:22 UTC (rev 392758)
+++ PKGBUILD2020-07-31 08:32:12 UTC (rev 392759)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libbytesize
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('mpfr' 'pcre2' 'python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz;)
-sha512sums=('4a379b19adf755d7cbf57261d28768ee415ebf15f7e152735c2008ba0704408ce7c829c42b5148a5a84beb26bc7ba17a8771db0042bba7bae43d9e2efcab')
+sha512sums=('5192e3bad346758b4f66ae2c40170a2be792c78287f9784ec4a7c4419f1754098ef6fa463d568cb5e028a60945f85cbee8ef80af590a1d36c7cbe82a6f20fbab')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2020-05-26 Thread Felix Yan via arch-commits
Date: Tuesday, May 26, 2020 @ 13:42:55
  Author: felixonmars
Revision: 387581

upgpkg: libbytesize 2.3-1

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-26 10:36:21 UTC (rev 387580)
+++ PKGBUILD2020-05-26 13:42:55 UTC (rev 387581)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libbytesize
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('mpfr' 'pcre2' 'python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz;)
-sha512sums=('dba1d6f6e898c9ef851169b95b4c3bb52680c3fd5507b6024cc9b36e0cec47de6a6b3f7c5c11c1a943e6906119ceac435c44b4edee8e2221800c0b5330e542fe')
+sha512sums=('4a379b19adf755d7cbf57261d28768ee415ebf15f7e152735c2008ba0704408ce7c829c42b5148a5a84beb26bc7ba17a8771db0042bba7bae43d9e2efcab')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2020-02-13 Thread Felix Yan via arch-commits
Date: Thursday, February 13, 2020 @ 16:16:27
  Author: felixonmars
Revision: 375537

fix redundant makedepends

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-13 16:16:00 UTC (rev 375536)
+++ PKGBUILD2020-02-13 16:16:27 UTC (rev 375537)
@@ -8,7 +8,6 @@
 url="https://github.com/rhinstaller/libbytesize;
 license=('LGPL')
 depends=('mpfr' 'pcre2' 'python')
-makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz;)
 
sha512sums=('dba1d6f6e898c9ef851169b95b4c3bb52680c3fd5507b6024cc9b36e0cec47de6a6b3f7c5c11c1a943e6906119ceac435c44b4edee8e2221800c0b5330e542fe')
 


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

2020-02-13 Thread Felix Yan via arch-commits
Date: Thursday, February 13, 2020 @ 16:15:48
  Author: felixonmars
Revision: 375535

upgpkg: libbytesize 2.2-1

Modified:
  libbytesize/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-13 14:52:51 UTC (rev 375534)
+++ PKGBUILD2020-02-13 16:15:48 UTC (rev 375535)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=libbytesize
-pkgver=2.1
-pkgrel=3
+pkgver=2.2
+pkgrel=1
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
 url="https://github.com/rhinstaller/libbytesize;
@@ -10,7 +10,7 @@
 depends=('mpfr' 'pcre2' 'python')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz;)
-sha512sums=('97070c38da797e65618ee788ba498da85ecd2df7b244fae8d170cefddd456567840a056e23e0dab335450f958735dc0d9e6663f7ced8b78c35d2bf30a8f5f18f')
+sha512sums=('dba1d6f6e898c9ef851169b95b4c3bb52680c3fd5507b6024cc9b36e0cec47de6a6b3f7c5c11c1a943e6906119ceac435c44b4edee8e2221800c0b5330e542fe')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 17:46:20
  Author: felixonmars
Revision: 366265

Python 3.8 rebuild

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 17:45:18 UTC (rev 366264)
+++ PKGBUILD2019-10-31 17:46:20 UTC (rev 366265)
@@ -2,7 +2,7 @@
 
 pkgname=libbytesize
 pkgver=2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
 url="https://github.com/rhinstaller/libbytesize;


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 25, 2019 @ 16:17:15
  Author: foutrelis
Revision: 365676

Python 3.8 rebuild

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 16:14:12 UTC (rev 365675)
+++ PKGBUILD2019-10-25 16:17:15 UTC (rev 365676)
@@ -2,7 +2,7 @@
 
 pkgname=libbytesize
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
 url="https://github.com/rhinstaller/libbytesize;


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

2019-07-19 Thread Felix Yan via arch-commits
Date: Friday, July 19, 2019 @ 06:43:39
  Author: felixonmars
Revision: 358136

upgpkg: libbytesize 2.1-1

Modified:
  libbytesize/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-19 06:43:37 UTC (rev 358135)
+++ PKGBUILD2019-07-19 06:43:39 UTC (rev 358136)
@@ -1,16 +1,16 @@
 # Maintainer: Felix Yan 
 
 pkgname=libbytesize
-pkgver=2.0
+pkgver=2.1
 pkgrel=1
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
 url="https://github.com/rhinstaller/libbytesize;
 license=('LGPL')
-depends=('mpfr' 'pcre')
+depends=('mpfr' 'pcre2' 'python')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz;)
-sha512sums=('5adc7f529bebab2a568b623f876c9b65e58cd1f19dcfb2cc0c068b03a4e0cbe6a527c9cef3417e442b5eb8c00c963f325090356474c69083793a55edb54a7001')
+sha512sums=('97070c38da797e65618ee788ba498da85ecd2df7b244fae8d170cefddd456567840a056e23e0dab335450f958735dc0d9e6663f7ced8b78c35d2bf30a8f5f18f')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2019-05-05 Thread Felix Yan via arch-commits
Date: Sunday, May 5, 2019 @ 21:10:15
  Author: felixonmars
Revision: 352558

upgpkg: libbytesize 2.0-1

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-05 21:04:32 UTC (rev 352557)
+++ PKGBUILD2019-05-05 21:10:15 UTC (rev 352558)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libbytesize
-pkgver=1.4
+pkgver=2.0
 pkgrel=1
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('mpfr' 'pcre')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz;)
-sha512sums=('5dd13cf52a1674be776220ee1863f42261a47dc53af1ce4a31460d6d02ce87e19c5a52260f700928af98f1d9d7a96de7c11d8f384907b3187ef2effc10cbb593')
+sha512sums=('5adc7f529bebab2a568b623f876c9b65e58cd1f19dcfb2cc0c068b03a4e0cbe6a527c9cef3417e442b5eb8c00c963f325090356474c69083793a55edb54a7001')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2018-09-29 Thread Felix Yan via arch-commits
Date: Saturday, September 29, 2018 @ 15:55:54
  Author: felixonmars
Revision: 335550

upgpkg: libbytesize 1.4-1

Modified:
  libbytesize/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-29 13:11:21 UTC (rev 335549)
+++ PKGBUILD2018-09-29 15:55:54 UTC (rev 335550)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=libbytesize
-pkgver=1.3
-pkgrel=2
+pkgver=1.4
+pkgrel=1
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
 url="https://github.com/rhinstaller/libbytesize;
@@ -10,7 +10,7 @@
 depends=('mpfr' 'pcre')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz;)
-sha512sums=('a50f5d4ea07a295909e09168518f8fc25da8dcd52859beca9c9c3b8c8c180b025c774c730d449ffbd4c7fd5aba07b5d071b6d9ad36f9d9ebc96bb06699aa08f3')
+sha512sums=('5dd13cf52a1674be776220ee1863f42261a47dc53af1ce4a31460d6d02ce87e19c5a52260f700928af98f1d9d7a96de7c11d8f384907b3187ef2effc10cbb593')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 16:56:31
  Author: felixonmars
Revision: 327859

Python 3.7 rebuild

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 16:54:25 UTC (rev 327858)
+++ PKGBUILD2018-06-30 16:56:31 UTC (rev 327859)
@@ -3,7 +3,7 @@
 
 pkgname=libbytesize
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
 url="https://github.com/rhinstaller/libbytesize;


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

2018-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 03:42:08
  Author: felixonmars
Revision: 324996

upgpkg: libbytesize 1.3-1

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 03:41:31 UTC (rev 324995)
+++ PKGBUILD2018-05-26 03:42:08 UTC (rev 324996)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libbytesize
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('mpfr' 'pcre')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz;)
-sha512sums=('a8151e7440d0ec43d10239ddf08a9924827cdf08f20a16dff6177b444c1022fab905a0567384531e7610d854998111adb77f9a6a98e2d9648c02521f84ea2bf2')
+sha512sums=('a50f5d4ea07a295909e09168518f8fc25da8dcd52859beca9c9c3b8c8c180b025c774c730d449ffbd4c7fd5aba07b5d071b6d9ad36f9d9ebc96bb06699aa08f3')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2018-04-19 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 05:15:23
  Author: felixonmars
Revision: 322480

upgpkg: libbytesize 1.2-1

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-19 23:54:40 UTC (rev 322479)
+++ PKGBUILD2018-04-20 05:15:23 UTC (rev 322480)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libbytesize
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('mpfr' 'pcre')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz;)
-sha512sums=('3d376dd0f9a10974f2392e3417e8e99ac57313be3ec945eeb7c84f72ddd51a5f29b61c7268c8c870dbe941eebf8d9027f8f5b7e0140790510bd8fb6b2c8db35b')
+sha512sums=('a8151e7440d0ec43d10239ddf08a9924827cdf08f20a16dff6177b444c1022fab905a0567384531e7610d854998111adb77f9a6a98e2d9648c02521f84ea2bf2')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2018-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 17, 2018 @ 03:38:16
  Author: felixonmars
Revision: 317196

upgpkg: libbytesize 1.1-1

Modified:
  libbytesize/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-17 03:37:03 UTC (rev 317195)
+++ PKGBUILD2018-02-17 03:38:16 UTC (rev 317196)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=libbytesize
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
 url="https://github.com/rhinstaller/libbytesize;
@@ -11,7 +11,7 @@
 depends=('mpfr' 'pcre')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz;)
-sha512sums=('0feca102923aa05638f57f1b35593636ccc0b6cf5198eb9e8b5d805b44d270a9b3b37953ad24d445e607b09f01d64ac69e4a42e08c5f57fd46a3dea03f69c2e5')
+sha512sums=('3d376dd0f9a10974f2392e3417e8e99ac57313be3ec945eeb7c84f72ddd51a5f29b61c7268c8c870dbe941eebf8d9027f8f5b7e0140790510bd8fb6b2c8db35b')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2018-01-18 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, January 18, 2018 @ 21:02:49
  Author: bpiotrowski
Revision: 315107

1.0-2: rebuild against mpfr 4.0.0

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 21:02:33 UTC (rev 315106)
+++ PKGBUILD2018-01-18 21:02:49 UTC (rev 315107)
@@ -3,7 +3,7 @@
 
 pkgname=libbytesize
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('x86_64')
 url="https://github.com/rhinstaller/libbytesize;


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

2017-09-16 Thread Felix Yan
Date: Saturday, September 16, 2017 @ 14:45:09
  Author: felixonmars
Revision: 305656

upgpkg: libbytesize 1.0-1

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-16 10:34:46 UTC (rev 305655)
+++ PKGBUILD2017-09-16 14:45:09 UTC (rev 305656)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libbytesize
-pkgver=0.11
+pkgver=1.0
 pkgrel=1
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('mpfr' 'pcre')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz;)
-sha512sums=('3275116a74ead484508da494934062e77d19b50dcd124d7b309137e52a416474099685c39ddc63090d6ed124a667c7fc8c2a7a5844712b33f277703bb52d54ec')
+sha512sums=('0feca102923aa05638f57f1b35593636ccc0b6cf5198eb9e8b5d805b44d270a9b3b37953ad24d445e607b09f01d64ac69e4a42e08c5f57fd46a3dea03f69c2e5')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2017-08-03 Thread Felix Yan
Date: Thursday, August 3, 2017 @ 15:45:37
  Author: felixonmars
Revision: 301557

upgpkg: libbytesize 0.11-1

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-03 14:46:32 UTC (rev 301556)
+++ PKGBUILD2017-08-03 15:45:37 UTC (rev 301557)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libbytesize
-pkgver=0.10
+pkgver=0.11
 pkgrel=1
 pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('mpfr' 'pcre')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz;)
-sha512sums=('26dcca781c70b5fdc0c0ef973ce65db2c4ce4520bb413b2e0137e3c8a0ccef0b0b47f46e50e13035fb74c3bd2a16ab8faad8c4fb843f33419a5e5d70dae73587')
+sha512sums=('3275116a74ead484508da494934062e77d19b50dcd124d7b309137e52a416474099685c39ddc63090d6ed124a667c7fc8c2a7a5844712b33f277703bb52d54ec')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver