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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 22 18:08:06 UTC 2022


    Date: Tuesday, March 22, 2022 @ 18:08:05
  Author: felixonmars
Revision: 1170416

upgpkg: haskell-text-manipulate 0.3.1.0-1: rebuild with text-manipulate 0.3.1.0

Modified:
  haskell-text-manipulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 18:05:26 UTC (rev 1170415)
+++ PKGBUILD	2022-03-22 18:08:05 UTC (rev 1170416)
@@ -2,17 +2,22 @@
 
 _hkgname=text-manipulate
 pkgname=haskell-text-manipulate
-pkgver=0.3.0.0
-pkgrel=100
+pkgver=0.3.1.0
+pkgrel=1
 pkgdesc="Case conversion, word boundary manipulation, and textual subjugation"
 url="https://github.com/brendanhay/text-manipulate"
 license=('MPL2')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('754b35dcad14cc2c013763d6f0e633868987793e354159a56080e8f7426a8ecfe636e449f1fd976982bdeca77cf293b61e98afa69f188f1911ddafce9ae1eb57')
+sha512sums=('870104c5990eebc78f94eb40b4cfb80d42485004d72cdc87e9f3979ecfc6b39ddcff4c67a73d8b28065e7170568004f9cddc4ac00f76b0ebc128437df4206212')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    gen-setup
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list