Date: Saturday, March 25, 2023 @ 01:20:31 Author: felixonmars Revision: 1427782
upgpkg: haskell-breakpoint 0.1.2.1-1 Modified: haskell-breakpoint/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-25 01:14:06 UTC (rev 1427781) +++ PKGBUILD 2023-03-25 01:20:31 UTC (rev 1427782) @@ -2,8 +2,8 @@ _hkgname=breakpoint pkgname=haskell-breakpoint -pkgver=0.1.2.0 -pkgrel=20 +pkgver=0.1.2.1 +pkgrel=1 pkgdesc="Set breakpoints using a GHC plugin" url="https://hackage.haskell.org/package/breakpoint" license=("MIT") @@ -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=('bc0b2806c2990b72d6920540adfa7acfc75ef328f1538a1dfb12ef2ea3ac69c2') +sha256sums=('059ac45a5d9e650d61db8167062636f0029ac6ff3c27b1fa3faccc5c195b43ae') prepare() { cd $_hkgname-$pkgver
