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

2022-08-30 Thread Felix Yan via arch-commits
Date: Tuesday, August 30, 2022 @ 16:58:12
  Author: felixonmars
Revision: 1288763

upgpkg: haskell-entropy 0.4.1.10-1: rebuild with entropy 0.4.1.10

Modified:
  haskell-entropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-30 16:56:34 UTC (rev 1288762)
+++ PKGBUILD2022-08-30 16:58:12 UTC (rev 1288763)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Nagy 
 
 pkgname=haskell-entropy
-pkgver=0.4.1.9
+pkgver=0.4.1.10
 pkgrel=1
 pkgdesc="A mostly platform independent (not GHCJS) method to obtain 
cryptographically strong entropy"
 url="https://hackage.haskell.org/package/entropy;
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/entropy/${pkgver}/entropy-${pkgver}.tar.gz)
-sha512sums=('4375e28f59693d2dade9ee3d8c8296e52e755862ef6a92422af09657dfcb615e9d9465679b1d52e821319889b024166134bf096f1421e92675d0528392dd1b35')
+sha512sums=('521dded7ae41cc532993236d0ced394f98f495c0c8950201064d17430ee6599d9cd6f3a4f17a19429396ee4a34a3fa17b39af49f4fee730efdae3d42d134c96e')
 
 build() {
 cd "${srcdir}/entropy-${pkgver}"



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

2022-08-23 Thread Felix Yan via arch-commits
Date: Tuesday, August 23, 2022 @ 16:33:28
  Author: felixonmars
Revision: 1275478

upgpkg: haskell-entropy 0.4.1.9-1: rebuild with entropy 0.4.1.9

Modified:
  haskell-entropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 15:50:09 UTC (rev 1275477)
+++ PKGBUILD2022-08-23 16:33:28 UTC (rev 1275478)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Nagy 
 
 pkgname=haskell-entropy
-pkgver=0.4.1.7
-pkgrel=2
+pkgver=0.4.1.9
+pkgrel=1
 pkgdesc="A mostly platform independent (not GHCJS) method to obtain 
cryptographically strong entropy"
 url="https://hackage.haskell.org/package/entropy;
 license=('BSD')
@@ -11,13 +11,13 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/entropy/${pkgver}/entropy-${pkgver}.tar.gz)
-sha512sums=('624a9008964299f4256d6d93f5da53f030956b55368b5a8fd6ae6270b0f44f0a331202b5a2822e025db2e7317983768e68d5adf0eddd11e6a841cd403ce10a54')
+sha512sums=('4375e28f59693d2dade9ee3d8c8296e52e755862ef6a92422af09657dfcb615e9d9465679b1d52e821319889b024166134bf096f1421e92675d0528392dd1b35')
 
 build() {
 cd "${srcdir}/entropy-${pkgver}"
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
 runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script



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

2022-01-10 Thread Felix Yan via arch-commits
Date: Monday, January 10, 2022 @ 17:34:26
  Author: felixonmars
Revision: 1099580

upgpkg: haskell-entropy 0.4.1.7-2: rebuild with ghc 9.0.2

Modified:
  haskell-entropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-10 17:33:59 UTC (rev 1099579)
+++ PKGBUILD2022-01-10 17:34:26 UTC (rev 1099580)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-entropy
 pkgver=0.4.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A mostly platform independent (not GHCJS) method to obtain 
cryptographically strong entropy"
 url="https://hackage.haskell.org/package/entropy;
 license=('BSD')



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

2021-11-07 Thread Felix Yan via arch-commits
Date: Sunday, November 7, 2021 @ 07:32:45
  Author: felixonmars
Revision: 1038397

upgpkg: haskell-entropy 0.4.1.7-1: rebuild with entropy 0.4.1.7

Modified:
  haskell-entropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-07 07:14:30 UTC (rev 1038396)
+++ PKGBUILD2021-11-07 07:32:45 UTC (rev 1038397)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Nagy 
 
 pkgname=haskell-entropy
-pkgver=0.4.1.6
-pkgrel=8
+pkgver=0.4.1.7
+pkgrel=1
 pkgdesc="A mostly platform independent (not GHCJS) method to obtain 
cryptographically strong entropy"
 url="https://hackage.haskell.org/package/entropy;
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/entropy/${pkgver}/entropy-${pkgver}.tar.gz)
-sha512sums=('201a75efe210be5728a1c94ba9ec62514b96c388b6791d9301b34d2fce0208a9fa4ef25965c7840d052fd6221f15a1bec196a6eb209e6d03c3e1f971161df1b1')
+sha512sums=('624a9008964299f4256d6d93f5da53f030956b55368b5a8fd6ae6270b0f44f0a331202b5a2822e025db2e7317983768e68d5adf0eddd11e6a841cd403ce10a54')
 
 build() {
 cd "${srcdir}/entropy-${pkgver}"
@@ -18,7 +18,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
 runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script



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

2021-06-16 Thread Felix Yan via arch-commits
Date: Thursday, June 17, 2021 @ 00:59:16
  Author: felixonmars
Revision: 964548

upgpkg: haskell-entropy 0.4.1.6-8: rebuild with ghc 9.0.1

Modified:
  haskell-entropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-17 00:58:34 UTC (rev 964547)
+++ PKGBUILD2021-06-17 00:59:16 UTC (rev 964548)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-entropy
 pkgver=0.4.1.6
-pkgrel=7
+pkgrel=8
 pkgdesc="A mostly platform independent (not GHCJS) method to obtain 
cryptographically strong entropy"
 url="https://hackage.haskell.org/package/entropy;
 license=('BSD')


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

2021-06-06 Thread Felix Yan via arch-commits
Date: Sunday, June 6, 2021 @ 23:26:03
  Author: felixonmars
Revision: 956608

upgpkg: haskell-entropy 0.4.1.6-7: rebuild with ghc 8.10.5

Modified:
  haskell-entropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-06 23:25:39 UTC (rev 956607)
+++ PKGBUILD2021-06-06 23:26:03 UTC (rev 956608)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-entropy
 pkgver=0.4.1.6
-pkgrel=6
+pkgrel=7
 pkgdesc="A mostly platform independent (not GHCJS) method to obtain 
cryptographically strong entropy"
 url="https://hackage.haskell.org/package/entropy;
 license=('BSD')


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Monday, February 8, 2021 @ 23:35:20
  Author: felixonmars
Revision: 850529

upgpkg: haskell-entropy 0.4.1.6-6: rebuild with ghc 8.10.4

Modified:
  haskell-entropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-08 23:34:56 UTC (rev 850528)
+++ PKGBUILD2021-02-08 23:35:20 UTC (rev 850529)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-entropy
 pkgver=0.4.1.6
-pkgrel=5
+pkgrel=6
 pkgdesc="A mostly platform independent (not GHCJS) method to obtain 
cryptographically strong entropy"
 url="https://hackage.haskell.org/package/entropy;
 license=('BSD')