Date: Tuesday, April 20, 2021 @ 21:46:36 Author: felixonmars Revision: 920404
upgpkg: haskell-singleton-bool 0.1.6-1: rebuild with singleton-bool 0.1.6 Modified: haskell-singleton-bool/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-20 21:45:56 UTC (rev 920403) +++ PKGBUILD 2021-04-20 21:46:36 UTC (rev 920404) @@ -2,22 +2,17 @@ _hkgname=singleton-bool pkgname=haskell-singleton-bool -pkgver=0.1.5 -pkgrel=73 +pkgver=0.1.6 +pkgrel=1 pkgdesc="Type level booleans" url="https://github.com/phadej/singleton-bool" license=('BSD') arch=('x86_64') -depends=('ghc-libs' 'haskell-dec') +depends=('ghc-libs' 'haskell-boring' 'haskell-dec' 'haskell-some') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('a2b70137f598026d0b330a5ee8265f07056e2073544f62b60cba7fec2345796f5b0d295536a536877bcb01439401047a026d8234531e27431e38701711d5df1a') +sha512sums=('7f14909f672aa18e0c2064fb735f894a01d5a450e6fc7a6ac28fa5cc7dd1fb2ea1a5a58a0654a98d79aae49a4c537ace5d5f6eb30e68fe0e69e0992e7e510b86') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *4.13/<5/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
