Date: Thursday, March 24, 2022 @ 17:56:29 Author: felixonmars Revision: 1174857
upgpkg: haskell-src 1.0.4-1: rebuild with haskell-src 1.0.4 Modified: haskell-src/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-24 17:49:38 UTC (rev 1174856) +++ PKGBUILD 2022-03-24 17:56:29 UTC (rev 1174857) @@ -2,8 +2,8 @@ _hkgname=haskell-src pkgname=haskell-src -pkgver=1.0.3.2 -pkgrel=2 +pkgver=1.0.4 +pkgrel=1 pkgdesc="Support for manipulating Haskell source code" url="https://github.com/haskell-pkg-janitors/haskell-src.git" license=("BSD") @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-syb') makedepends=('ghc' 'happy') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('79eca819a810dfd20435c7f2d9aae688591ab55f8dd78411220427379b758f2c') +sha256sums=('8bc77695f9cc113933048409d2ed3bf2a3b947e18312a23b0dbb7838d086f3ea') build() { cd $_hkgname-$pkgver
