Date: Monday, November 14, 2022 @ 19:29:40 Author: felixonmars Revision: 1347603
upgpkg: haskell-breakpoint 0.1.1.1-1: rebuild with breakpoint 0.1.1.1 Modified: haskell-breakpoint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-14 19:28:22 UTC (rev 1347602) +++ PKGBUILD 2022-11-14 19:29:40 UTC (rev 1347603) @@ -2,7 +2,7 @@ _hkgname=breakpoint pkgname=haskell-breakpoint -pkgver=0.1.1.0 +pkgver=0.1.1.1 pkgrel=1 pkgdesc="Set breakpoints using a GHC plugin" url="https://hackage.haskell.org/package/breakpoint" @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ghc' 'haskell-pretty-simple') makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('a55433b5d7d5481a8d2754d1e1e764108acb41e44e0c2b8633ccdd26205b714b') +sha256sums=('e24a2cafa6ea866b571fe50bcc49fbf64c14244d985918e9ffe2c7c789d5cec3') prepare() { cd $_hkgname-$pkgver
