Date: Monday, November 15, 2021 @ 23:23:14 Author: felixonmars Revision: 1048589
upgpkg: haskell-binary-tagged 0.3.1-1 Modified: haskell-binary-tagged/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-15 23:19:06 UTC (rev 1048588) +++ PKGBUILD 2021-11-15 23:23:14 UTC (rev 1048589) @@ -3,23 +3,19 @@ _hkgname=binary-tagged pkgname=haskell-binary-tagged -pkgver=0.3 -pkgrel=150 +pkgver=0.3.1 +pkgrel=1 pkgdesc="Tagged binary serialisation." url="https://github.com/phadej/binary-tagged#readme" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-structured' 'haskell-tagged') -makedepends=('ghc' 'uusi' 'haskell-binary-instances' 'haskell-quickcheck' 'haskell-quickcheck-instances' +makedepends=('ghc' 'haskell-binary-instances' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-singleton-bool' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('731f94d53eabd0a00c1c116836a5e2eb9543911561b99f91c85df32534b73d7a441f25fdb5e98d2b6cba5523ceeaa112b5671ca8196535dc35c391943cb58b5e') +sha512sums=('b28372c7618088862cb7b5631378348b98c7a9dd1e41bffe3b72a52533468c6ae34b2937ab347dbb516b4ba72d0cdfb7f1450e916f696736daae9fc179741e75') -prepare() { - uusi -u base -u base16-bytestring -u structured $_hkgname-$pkgver/$_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
