[arch-commits] Commit in haskell-casa-types/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Dec 15 18:24:50 UTC 2020
Date: Tuesday, December 15, 2020 @ 18:24:49
Author: felixonmars
Revision: 776046
upgpkg: haskell-casa-types 0.0.2-1: rebuild with base16-bytestring 1.0.0.0, casa-types 0.0.2
Modified:
haskell-casa-types/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-15 18:21:47 UTC (rev 776045)
+++ PKGBUILD 2020-12-15 18:24:49 UTC (rev 776046)
@@ -2,8 +2,8 @@
_hkgname=casa-types
pkgname=haskell-casa-types
-pkgver=0.0.1
-pkgrel=125
+pkgver=0.0.2
+pkgrel=1
pkgdesc="Content Addressable Storage Archive types"
url="https://github.com/fpco/casa"
license=('MIT')
@@ -10,13 +10,13 @@
arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
'haskell-hashable' 'haskell-path-pieces' 'haskell-persistent')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('6296898e8ffdd20ad7dc5aa52a99078fa71bb2384a8631761255e19b7b670a1d349715241be8cb2ee84fd52ee7ac70b4458adab3a86ebe63b9c976f7bac44f98')
+sha512sums=('a54bb7f15310878e0a4c0524749ba8c8de8537a60892d278941cacefb80ad9d31e9ba16dd236c196b6639758f281f9ae66911d04c39b0ec6e2b75db5127ad5bf')
prepare() {
cd $_hkgname-$pkgver
- echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+ gen-setup
}
build() {
More information about the arch-commits
mailing list