[arch-commits] Commit in haskell-uniplate/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Nov 8 10:59:03 UTC 2020
Date: Sunday, November 8, 2020 @ 10:59:03
Author: felixonmars
Revision: 746473
upgpkg: haskell-uniplate 1.6.13-1: rebuild with uniplate 1.6.13
Modified:
haskell-uniplate/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-08 10:51:31 UTC (rev 746472)
+++ PKGBUILD 2020-11-08 10:59:03 UTC (rev 746473)
@@ -3,22 +3,17 @@
_hkgname=uniplate
pkgname=haskell-uniplate
-pkgver=1.6.12
-pkgrel=106
+pkgver=1.6.13
+pkgrel=1
pkgdesc="Help writing simple, concise and fast generic operations."
-url="http://community.haskell.org/~ndm/uniplate/"
+url="https://github.com/ndmitchell/uniplate#readme"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' "haskell-hashable" "haskell-syb" "haskell-unordered-containers")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('049b07e8a57db7e44d91fc9c8dcfb5c49b78a692a730061763cb8bcc4fbc3ed1065bd7a4c337e3d344693df882a0718b6d3bb6a6ea1e7d520a36d252d7038b07')
+sha512sums=('8cab820d40b318c7483319de4174bdbd3637e1c93f42bc6b796c6a8a1fa93331c0a2ff3b7c77f6a2ec0509fb48bb922ef732c7d79e8e6bcf7987bde949459310')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i 's/< *1.3/<2/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list