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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 22 14:55:44 UTC 2022


    Date: Tuesday, March 22, 2022 @ 14:55:44
  Author: felixonmars
Revision: 1170241

upgpkg: haskell-src 1.0.3.2-1: rebuild with haskell-src 1.0.3.2

Modified:
  haskell-src/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 14:34:46 UTC (rev 1170240)
+++ PKGBUILD	2022-03-22 14:55:44 UTC (rev 1170241)
@@ -2,22 +2,17 @@
 
 _hkgname=haskell-src
 pkgname=haskell-src
-pkgver=1.0.3.1
-pkgrel=12
+pkgver=1.0.3.2
+pkgrel=1
 pkgdesc="Support for manipulating Haskell source code"
 url="https://github.com/haskell-pkg-janitors/haskell-src.git"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-syb')
-makedepends=('ghc' 'uusi' 'happy')
+makedepends=('ghc' 'happy')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('869cc710004c2161470d8a788dab96d2cff054fa106c301be6689109f57e5132')
+sha256sums=('79eca819a810dfd20435c7f2d9aae688591ab55f8dd78411220427379b758f2c')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  uusi -u base -u happy $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list