Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-ptr
Commits:
35a4c25d by Felix Yan at 2025-03-31T01:32:24+08:00
upgpkg: 0.16.8.7-1: rebuild with ptr 0.16.8.7
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-ptr
pkgdesc = Experimental abstractions for operations on pointers
- pkgver = 0.16.8.6
- pkgrel = 49
+ pkgver = 0.16.8.7
+ pkgrel = 1
url = https://github.com/nikita-volkov/ptr
arch = x86_64
license = MIT
@@ -19,7 +19,7 @@ pkgbase = haskell-ptr
depends = haskell-profunctors
depends = haskell-strict-list
depends = haskell-vector
- source =
https://hackage.haskell.org/packages/archive/ptr/0.16.8.6/ptr-0.16.8.6.tar.gz
- sha256sums =
1a18218b6117ce326df36a3a045a5250e04e19f2f29f90b1dd5bede08f83caa5
+ source =
https://hackage.haskell.org/packages/archive/ptr/0.16.8.7/ptr-0.16.8.7.tar.gz
+ sha256sums =
060b47508056206a8ce655e1665f131a705b8670970d30feaf37ea1d28b26802
pkgname = haskell-ptr
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=ptr
pkgname=haskell-ptr
-pkgver=0.16.8.6
-pkgrel=49
+pkgver=0.16.8.7
+pkgrel=1
pkgdesc="Experimental abstractions for operations on pointers"
url="https://github.com/nikita-volkov/ptr"
license=("MIT")
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-contravariant'
'haskell-profunctors' 'haskell-stric
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=('1a18218b6117ce326df36a3a045a5250e04e19f2f29f90b1dd5bede08f83caa5')
+sha256sums=('060b47508056206a8ce655e1665f131a705b8670970d30feaf37ea1d28b26802')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ptr/-/commit/35a4c25df7333ff50be1a6e9ed3db3ad1b040488
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ptr/-/commit/35a4c25df7333ff50be1a6e9ed3db3ad1b040488
You're receiving this email because of your account on gitlab.archlinux.org.