[arch-commits] Commit in haskell-rebase/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 30 08:51:33 UTC 2020
Date: Sunday, August 30, 2020 @ 08:51:32
Author: felixonmars
Revision: 692540
upgpkg: haskell-rebase 1.7-1: rebuild with rebase 1.7, rerebase 1.7
Modified:
haskell-rebase/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-30 08:47:26 UTC (rev 692539)
+++ PKGBUILD 2020-08-30 08:51:32 UTC (rev 692540)
@@ -3,8 +3,8 @@
_hkgname=rebase
pkgname=haskell-rebase
-pkgver=1.6.1
-pkgrel=29
+pkgver=1.7
+pkgrel=1
pkgdesc='A more progressive alternative to the "base" package'
url="https://github.com/nikita-volkov/rebase"
license=("MIT")
@@ -15,11 +15,11 @@
'haskell-unordered-containers' 'haskell-uuid' 'haskell-vector' 'haskell-void')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('c55fedcdc8dc35b0c34372965dfddaab774fdcc3093a8215ef9077eadc0af9103bf62095da9b494ebe13238736b5ed794bbe65f2e9926eaaa8efec8f8ea76d78')
+sha512sums=('0331e0e78a64c38e0d6f9fc0bc084e102301a26f2717d12083215669ddb9005adb6b587b7a9b94a20a10935c37ec545ca3365b4303118a289b6f7196012ba312')
prepare() {
cd $_hkgname-$pkgver
- sed -e 's/<0.9/<2/' -e '/semigroups/d' -i $_hkgname.cabal
+ sed -e '/semigroups/d' -i $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list