[arch-commits] Commit in haskell-constraints-extras/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Jan 1 19:05:29 UTC 2022
Date: Saturday, January 1, 2022 @ 19:05:29
Author: felixonmars
Revision: 1091934
upgpkg: haskell-constraints-extras 0.3.2.0-1: rebuild with constraints-extras 0.3.2.0
Modified:
haskell-constraints-extras/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-01 19:04:13 UTC (rev 1091933)
+++ PKGBUILD 2022-01-01 19:05:29 UTC (rev 1091934)
@@ -2,22 +2,17 @@
_hkgname=constraints-extras
pkgname=haskell-constraints-extras
-pkgver=0.3.1.0
-pkgrel=55
+pkgver=0.3.2.0
+pkgrel=1
pkgdesc="Utility package for constraints"
url="https://github.com/obsidiansystems/constraints-extras"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-constraints')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('0d58e3985ca15c32315854f838e89a7e3e4bb9741f0cd05b3ea68052f8a3da335b65001a8a53d796936c6cc561a63f52054d673801e12dde85c73abe04e43895')
+sha512sums=('2b527024c33754b1b79fb274d06bb109865ad69b8678aa7e5f15045b6bda39634f806797fcfadd844a8b97503050afe24fe9c740f790787ceeaed1c299ae546f')
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u constraints $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list