[arch-commits] Commit in hindent/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 22 02:53:10 UTC 2019
Date: Monday, July 22, 2019 @ 02:53:10
Author: felixonmars
Revision: 492536
upgpkg: hindent 5.3.1-1
Modified:
hindent/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-22 02:52:31 UTC (rev 492535)
+++ PKGBUILD 2019-07-22 02:53:10 UTC (rev 492536)
@@ -2,8 +2,8 @@
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=hindent
-pkgver=5.3.0
-pkgrel=16
+pkgver=5.3.1
+pkgrel=1
pkgdesc="Extensible Haskell pretty printer"
url="https://github.com/commercialhaskell/hindent"
license=("BSD")
@@ -12,16 +12,9 @@
'haskell-path' 'haskell-path-io' 'haskell-src-exts' 'haskell-unix-compat'
'haskell-utf8-string' 'haskell-yaml')
makedepends=('ghc' 'haskell-diff' 'haskell-hspec')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
- https://github.com/chrisdone/hindent/pull/537.patch)
-sha512sums=('45abd31a0309ab0d85b30b4adb1088611a432b2236b2edb0dcc16045377fba82206cdf80b562a15e83b62d5b0fd392a4d811b435a2fad09d871278542e4aed1c'
- 'f11d905ec785aa3a4fe6ded720a665677d78a623608bde594bb0df0813503eb688a6c7b3012aea307dedbb5ccfd634048ac5d2214d11227d7523c5900371a2b8')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('fee2298ddd59cfb1fac008dca9d6b761cecdecc4eabd7752994e6c9917b19e042100c93e440a64027ee8c8962de899605f93503f2c721e87a18a6c957892fab8')
-prepare() {
- cd $pkgname-$pkgver
- patch -p1 -i ../537.patch
-}
-
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list