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

Felix Yan felixonmars at gemini.archlinux.org
Thu Feb 10 19:36:31 UTC 2022


    Date: Thursday, February 10, 2022 @ 19:36:30
  Author: felixonmars
Revision: 1131332

upgpkg: haskell-emojis 0.1.2-1: rebuild with emojis 0.1.2

Modified:
  haskell-emojis/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 19:27:02 UTC (rev 1131331)
+++ PKGBUILD	2022-02-10 19:36:30 UTC (rev 1131332)
@@ -2,20 +2,20 @@
 
 _hkgname=emojis
 pkgname=haskell-emojis
-pkgver=0.1.1
-pkgrel=3
+pkgver=0.1.2
+pkgrel=1
 pkgdesc="Conversion between emoji characters and their names"
 url="https://github.com/jgm/emojis"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-hunit')
+makedepends=('ghc' 'uusi' 'haskell-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('0dea4f95d3bec42104ba2b89409ee7e8f03ff385e8f477f0c94cfc5e6d8af3320743fc1940c3c02b8936b2cec6a92fbe063b488883fcbaf1e842b0e8a1d5d995')
+sha512sums=('e34d1c1797f37e3cbe37f5f617496aa70310ca654c98069d393c10c5fcf56e336f35d06e018c859354ea54ae1c5fbbe4a24d484a5f59cceb5a9e3c25caf2a52d')
 
 prepare() {
     cd $_hkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list