Date: Tuesday, July 27, 2021 @ 13:47:50
  Author: felixonmars
Revision: 987581

upgpkg: haskell-storable-record 0.0.6-1: rebuild with storable-record 0.0.6

Modified:
  haskell-storable-record/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-07-27 13:24:43 UTC (rev 987580)
+++ PKGBUILD    2021-07-27 13:47:50 UTC (rev 987581)
@@ -3,16 +3,16 @@
 
 _hkgname=storable-record
 pkgname=haskell-storable-record
-pkgver=0.0.5
-pkgrel=31
+pkgver=0.0.6
+pkgrel=1
 pkgdesc="Elegant definition of Storable instances for records"
 url="http://code.haskell.org/~thielema/storable-record/";
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-utility-ht')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-utility-ht')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('6c9a71dd4470afc4693026603a7288e6bdff008995cf89e3d6b8f509c515e8b7aa8561e2f8f4b887c622599a7790075c67f5f3c219c89306555bec6a8ab69061')
+sha512sums=('841e8d01529bbeda16bf6444cb43027e31a25bc66afb1c8f2237c4ba021fa5355bdfa373ea101abf0f4c82d6cec4f00db72f46c4b50ec74117fc7b4ff5a7ce99')
 
 prepare() {
     cd $_hkgname-$pkgver

Reply via email to