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

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


    Date: Thursday, September 24, 2020 @ 13:21:23
  Author: felixonmars
Revision: 711737

replace arch-hs-uusi by standalone uusi

Modified:
  haskell-lattices/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 13:18:40 UTC (rev 711736)
+++ PKGBUILD	2020-09-24 13:21:23 UTC (rev 711737)
@@ -11,12 +11,12 @@
 depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 'haskell-hashable'
          'haskell-integer-logarithms' 'haskell-semigroupoids' 'haskell-tagged'
          'haskell-universe-base' 'haskell-universe-reverse-instances' 'haskell-unordered-containers')
-makedepends=('ghc' 'arch-hs' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('SKIP')
 
 prepare() {
-  arch-hs-uusi $_hkgname-$pkgver/$_hkgname.cabal
+  uusi $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list