[arch-commits] Commit in haskell-store/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Dec 25 17:34:36 UTC 2020
Date: Friday, December 25, 2020 @ 17:34:35
Author: felixonmars
Revision: 790858
upgpkg: haskell-store 0.7.9-1
Modified:
haskell-store/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-25 17:08:54 UTC (rev 790857)
+++ PKGBUILD 2020-12-25 17:34:35 UTC (rev 790858)
@@ -2,8 +2,8 @@
_hkgname=store
pkgname=haskell-store
-pkgver=0.7.8
-pkgrel=3
+pkgver=0.7.9
+pkgrel=1
pkgdesc="Fast binary serialization"
url="https://github.com/fpco/store"
license=('BSD')
@@ -16,10 +16,15 @@
'haskell-store-core' 'haskell-syb' 'haskell-th-lift' 'haskell-th-lift-instances'
'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities'
'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('3655d1debd6e02f5921266cd7edb2b6275c0677c3349f7d5331e53bcf5fa0cee17ed18a80d5404d604d7218df77acf8c5092ceab12113f1bf1177e194f3f4894')
+sha512sums=('b19ce4b350becb6b2b84b3802e2f45010568e9a99d3e6203db115ebbefa1ff5805310b88b05c9d0d65c51d497de7e3131edcb1e4c69c7b59f75b968c611369f0')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -d nats $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list