[arch-commits] Commit in haskell-universe-base/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Sep 24 13:21:32 UTC 2020


    Date: Thursday, September 24, 2020 @ 13:21:32
  Author: felixonmars
Revision: 711740

replace arch-hs-uusi by standalone uusi

Modified:
  haskell-universe-base/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 13:21:29 UTC (rev 711739)
+++ PKGBUILD	2020-09-24 13:21:32 UTC (rev 711740)
@@ -9,12 +9,12 @@
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-tagged')
-makedepends=('ghc' 'arch-hs' 'haskell-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('1ded30b31b1abbc7621bdb0086ba0d91c1920157e87a4abeb4f2fcf9f3f6dea8')
 
 prepare() {
-  arch-hs-uusi $_hkgname-$pkgver/$_hkgname.cabal
+  uusi $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list