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

Jelle van der Waa jelle at archlinux.org
Fri Jun 11 19:31:09 UTC 2021


    Date: Friday, June 11, 2021 @ 19:31:08
  Author: jelle
Revision: 962851

upgpkg: misfortune 0.1.1.2-74

Modified:
  misfortune/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-11 19:30:32 UTC (rev 962850)
+++ PKGBUILD	2021-06-11 19:31:08 UTC (rev 962851)
@@ -2,18 +2,23 @@
 
 pkgname=misfortune
 pkgver=0.1.1.2
-pkgrel=73
+pkgrel=74
 pkgdesc="fortune-mod clone"
 url="https://github.com/mokus0/misfortune"
 license=("custom:PublicDomain")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-cereal' 'haskell-knob' 'haskell-monad-loops' 'haskell-random-fu'
-         'haskell-regex-base' 'haskell-regex-pcre' 'haskell-semigroups' 'haskell-utf8-string'
+         'haskell-regex-base' 'haskell-regex-pcre' 'haskell-utf8-string'
          'haskell-vector')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('ae4b44215f811e7af6af756c813b9bd6e4161be555f30dd817324f8d1ffe2349')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '/semigroups/d' $pkgname.cabal
+}
+
 build() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list