Date: Tuesday, October 11, 2022 @ 22:51:54 Author: felixonmars Revision: 1327732
upgpkg: haskell-ptr 0.16.8.4-1: rebuild with ptr 0.16.8.4 Modified: haskell-ptr/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-11 22:50:20 UTC (rev 1327731) +++ PKGBUILD 2022-10-11 22:51:54 UTC (rev 1327732) @@ -2,8 +2,8 @@ _hkgname=ptr pkgname=haskell-ptr -pkgver=0.16.8.3 -pkgrel=25 +pkgver=0.16.8.4 +pkgrel=1 pkgdesc="Experimental abstractions for operations on pointers" url="https://github.com/nikita-volkov/ptr" license=("MIT") @@ -13,12 +13,11 @@ makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-cereal' 'haskell-quickcheck-instances' 'haskell-rerebase' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('46b4f752395093ee5da8fe44cc22c08238961b8d1e03e767789d9143f97ddfe3') +sha256sums=('902efd4a9aa266eea3320f4747f72abd0763a9156200f5c845c1c39a9024ee10') prepare() { cd $_hkgname-$pkgver gen-setup - uusi -u vector $_hkgname.cabal } build() {
