[arch-commits] Commit in haskell-persistent-template/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Feb 8 11:12:55 UTC 2019
Date: Friday, February 8, 2019 @ 11:12:54
Author: felixonmars
Revision: 430622
upgpkg: haskell-persistent-template 2.6.0-1
rebuild with persistent-template 2.6.0
Modified:
haskell-persistent-template/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-08 11:09:03 UTC (rev 430621)
+++ PKGBUILD 2019-02-08 11:12:54 UTC (rev 430622)
@@ -3,8 +3,8 @@
_hkgname=persistent-template
pkgname=haskell-persistent-template
-pkgver=2.5.4
-pkgrel=146
+pkgver=2.6.0
+pkgrel=1
pkgdesc="Type-safe, non-relational, multi-backend persistence"
url="http://www.yesodweb.com/book/persistent"
license=("MIT")
@@ -14,13 +14,8 @@
"haskell-tagged" "haskell-unordered-containers")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1235fc32718fbde495f1c8e202ee59b56ebc68fd7fbc79e65ddbe5db542f36f4d13257a6281d074d18e66831582cc4a9f32010c43c4421480fc857c0eee4b3e2')
+sha512sums=('25ec2a40d77b9d05de370c6343e5377b5fe74932ef82797a8abd140c884d5a6aa1624c55a3e9617ada5de3bda2fe2e7c6fb59433a8acb7f0bb14833b321faad7')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i -e 's/<.*1.3/<2/' -e 's/< *0.4/<1/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list