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

Felix Yan felixonmars at archlinux.org
Sat Jul 3 16:57:09 UTC 2021


    Date: Saturday, July 3, 2021 @ 16:57:08
  Author: felixonmars
Revision: 971959

upgpkg: haskell-lumberjack 1.0.0.1-1: rebuild with lumberjack 1.0.0.1

Modified:
  haskell-lumberjack/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-03 16:45:10 UTC (rev 971958)
+++ PKGBUILD	2021-07-03 16:57:08 UTC (rev 971959)
@@ -2,8 +2,8 @@
 
 _hkgname=lumberjack
 pkgname=haskell-lumberjack
-pkgver=1.0.0.0
-pkgrel=3
+pkgver=1.0.0.1
+pkgrel=1
 pkgdesc="Trek through your code forest and make logs"
 url="https://github.com/GaloisInc/lumberjack"
 license=("custom:ISC")
@@ -12,14 +12,8 @@
          'haskell-prettyprinter-ansi-terminal')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('d1d584de9548a1cc04ffc1a8345ce561f2df123e6de339ba6b20606635167bab')
+sha512sums=('a6cc5aa29409f415c134af9eb0fd00e74db06188924a0d83e3c55e1acac5127c6a9ccc619ef04a3fa8e2edd97cb34125168e3ca9053834bb99cc7813251023d1')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  # https://github.com/GaloisInc/lumberjack/issues/2
-  sed -i 's/adjustLogAction = local/adjustLogAction x = local x/' example/ExampleLog.hs
-}
-
 build() {
   cd $_hkgname-$pkgver
 




More information about the arch-commits mailing list