[arch-commits] Commit in haskell-universe-reverse-instances/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Nov 7 20:19:37 UTC 2021
Date: Sunday, November 7, 2021 @ 20:19:36
Author: felixonmars
Revision: 1038710
upgpkg: haskell-universe-reverse-instances 1.1.1-57: rebuild with universe-base 1.1.3
Modified:
haskell-universe-reverse-instances/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-07 20:19:10 UTC (rev 1038709)
+++ PKGBUILD 2021-11-07 20:19:36 UTC (rev 1038710)
@@ -3,16 +3,21 @@
_hkgname=universe-reverse-instances
pkgname=haskell-universe-reverse-instances
pkgver=1.1.1
-pkgrel=56
+pkgrel=57
pkgdesc="Instances of standard classes that are made possible by enumerations"
url="https://github.com/dmwit/universe"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-universe-base')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
sha512sums=('c7f3d10a7b9be605bdc7e51b236240dce781e7674ded90e40998e71ac1765bc8b2c55271063c0e05ed033ea454a264da7fb1ff828283df504fc86ca52db0fda7')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u universe-base $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list