[arch-commits] Commit in haskell-descriptive/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Aug 31 14:44:42 UTC 2018
Date: Friday, August 31, 2018 @ 14:44:40
Author: felixonmars
Revision: 375863
upgpkg: haskell-descriptive 0.9.5-1
rebuild with descriptive 0.9.5
Modified:
haskell-descriptive/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-31 14:43:11 UTC (rev 375862)
+++ PKGBUILD 2018-08-31 14:44:40 UTC (rev 375863)
@@ -4,8 +4,8 @@
_hkgname=descriptive
pkgname=haskell-descriptive
-pkgver=0.9.4
-pkgrel=131
+pkgver=0.9.5
+pkgrel=1
pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
url="https://github.com/chrisdone/descriptive"
license=("custom:BSD3")
@@ -13,16 +13,9 @@
depends=('ghc-libs' "haskell-aeson" "haskell-bifunctors" "haskell-scientific"
"haskell-vector")
makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
- https://github.com/chrisdone/descriptive/commit/8a0cad89a6106b162bd5507b51b7a5f3a25105a7.patch)
-sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f'
- '4c610a09a74489e9898d14f37ccaefb35e9729e3533d265aaa38830267a31d24')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('259761b86f0f0c517baf80942e81820e6665b45548a3e7970a19d0ce344781f48e9f35b73748a6d5fe7afcc35bc5d0feb7634e56cb408d03d92e1d0cac1fdd1b')
-prepare() {
- cd $_hkgname-$pkgver
- patch -p1 -i ../8a0cad89a6106b162bd5507b51b7a5f3a25105a7.patch || :
-}
-
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list