[arch-commits] Commit in haskell-ptr/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Jun 29 07:59:38 UTC 2022
Date: Wednesday, June 29, 2022 @ 07:59:38
Author: felixonmars
Revision: 1239884
upgpkg: haskell-ptr 0.16.8.2-1: rebuild with ptr 0.16.8.2
Modified:
haskell-ptr/trunk/PKGBUILD
----------+
PKGBUILD | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-29 07:57:28 UTC (rev 1239883)
+++ PKGBUILD 2022-06-29 07:59:38 UTC (rev 1239884)
@@ -2,18 +2,24 @@
_hkgname=ptr
pkgname=haskell-ptr
-pkgver=0.16.8.1
-pkgrel=85
-pkgdesc="Abstractions for operations on pointers"
+pkgver=0.16.8.2
+pkgrel=1
+pkgdesc="Experimental abstractions for operations on pointers"
url="https://github.com/nikita-volkov/ptr"
license=("MIT")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-contravariant' 'haskell-profunctors' 'haskell-vector')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-rerebase'
- 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+depends=('ghc-libs' 'haskell-contravariant' 'haskell-profunctors' 'haskell-strict-list'
+ 'haskell-vector')
+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=('175a55797534839c4b1dc53cdb252676e02faa1c38f46fbc9429f8ad369443c6')
+sha256sums=('a5f849e9fdda08e0ccceaf2fd6ac654abdae8af1f007d62322f7e8ce45c35f0d')
+prepare() {
+ cd $_hkgname-$pkgver
+ gen-setup
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list