Date: Saturday, May 11, 2019 @ 11:43:40 Author: felixonmars Revision: 465181
upgpkg: haskell-void 0.7.3-1 rebuild with void 0.7.3 Modified: haskell-void/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-11 11:42:09 UTC (rev 465180) +++ PKGBUILD 2019-05-11 11:43:40 UTC (rev 465181) @@ -3,8 +3,8 @@ _hkgname=void pkgname=haskell-void -pkgver=0.7.2 -pkgrel=14 +pkgver=0.7.3 +pkgrel=1 pkgdesc="A Haskell 98 logically uninhabited data type" url="https://github.com/ekmett/void" license=("BSD") @@ -12,11 +12,11 @@ depends=('ghc-libs' "haskell-hashable") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('a855be6592705f1b84a078e63f129a679d8a02d9df1b3ebba8a40cafa134c9ccbc3953875f4eaa53ff37133c7539b6374407f3df9d40639502a6b65ed211b7ad') +sha512sums=('d9ecf726c6f7806d25d7d3f759a94d8b82c21c348b1cb7943c48d799bbdfdc01d9d729f1a64aebbf66d52275f2e69fa2b060db2fcb408b83a23ccff2730d8a11') prepare() { cd $_hkgname-$pkgver - sed -i -e '/semigroups/d' -e 's/hashable >= 1.1,/hashable >= 1.1/' $_hkgname.cabal + sed -i -e '/semigroups/d' $_hkgname.cabal } build() {
