Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-persistent-postgresql
Commits:
a12d1011 by Felix Yan at 2025-09-17T17:41:07+00:00
upgpkg: 2.13.5.1-1: rebuild with persistent-postgresql 2.13.5.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-persistent-postgresql
pkgdesc = Backend for the persistent library using postgresql.
- pkgver = 2.13.5.0
- pkgrel = 103
+ pkgver = 2.13.5.1
+ pkgrel = 1
url = http://www.yesodweb.com/book/persistent
arch = x86_64
license = MIT
@@ -36,7 +36,7 @@ pkgbase = haskell-persistent-postgresql
depends = haskell-string-conversions
depends = haskell-unliftio-core
depends = haskell-vault
- source =
https://hackage.haskell.org/packages/archive/persistent-postgresql/2.13.5.0/persistent-postgresql-2.13.5.0.tar.gz
- sha512sums =
0245fd9ad719fdd54b81f29204b3511f53115747503c36db5519595c82af922068f95cfa06e454553b906491e7c65aff2eacb6a40f86c381f5120f4020041681
+ source =
https://hackage.haskell.org/packages/archive/persistent-postgresql/2.13.5.1/persistent-postgresql-2.13.5.1.tar.gz
+ sha512sums =
02b982154f968a2d75bb550ecaddcccd619561f79f8f57c73b13e879a6581327d3ad8b0264b3635c0afc939ca81241a33dfd5137c8ca505598ddd1af9c1c3ee4
pkgname = haskell-persistent-postgresql
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=persistent-postgresql
pkgname=haskell-persistent-postgresql
-pkgver=2.13.5.0
-pkgrel=103
+pkgver=2.13.5.1
+pkgrel=1
pkgdesc="Backend for the persistent library using postgresql."
url="http://www.yesodweb.com/book/persistent"
license=("MIT")
@@ -19,7 +19,7 @@ makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck'
'haskell-fast-logger' 'h
'haskell-unordered-containers' 'haskell-vector')
checkdepends=('pifpaf' 'postgresql')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('0245fd9ad719fdd54b81f29204b3511f53115747503c36db5519595c82af922068f95cfa06e454553b906491e7c65aff2eacb6a40f86c381f5120f4020041681')
+sha512sums=('02b982154f968a2d75bb550ecaddcccd619561f79f8f57c73b13e879a6581327d3ad8b0264b3635c0afc939ca81241a33dfd5137c8ca505598ddd1af9c1c3ee4')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-persistent-postgresql/-/commit/a12d101170f8f125b5e4cbf5597b805fce838c4a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-persistent-postgresql/-/commit/a12d101170f8f125b5e4cbf5597b805fce838c4a
You're receiving this email because of your account on gitlab.archlinux.org.