[arch-commits] Commit in haskell-containers-unicode-symbols/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 13 20:03:25 UTC 2021


    Date: Sunday, June 13, 2021 @ 20:03:24
  Author: felixonmars
Revision: 963316

upgpkg: haskell-containers-unicode-symbols 0.3.1.3-1

Modified:
  haskell-containers-unicode-symbols/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-13 20:01:44 UTC (rev 963315)
+++ PKGBUILD	2021-06-13 20:03:24 UTC (rev 963316)
@@ -3,22 +3,17 @@
 
 _hkgname=containers-unicode-symbols
 pkgname=haskell-containers-unicode-symbols
-pkgver=0.3.1.2
-pkgrel=6
+pkgver=0.3.1.3
+pkgrel=1
 pkgdesc="Unicode alternatives for common functions and operators"
 url="https://haskell.org/haskellwiki/Unicode-symbols"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-unicode-symbols')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('bf7ff7376598893819d5c70f17f55731f842ef4433178cc19c38804ac3f38bbf46ac663ba9b1ed7ceb3857add4a35f06b8bb4515c37dca71e27bcc61391f665c')
+sha512sums=('7294ebe2b85fddfac94d2d1e990722793d8d8e88ff1efb9d35394748ef5b05db132e42be3cce1d75b5f5b1ba97c6c2e75cb1f0b0d9c2e88dbed227094bfda5ea')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u containers $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list