summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lenz2019-09-25 00:37:45 +0200
committerNicolas Lenz2019-09-25 00:37:45 +0200
commit1ec82bb78620844b1bbc5c0e3c92d609a8b9c9cc (patch)
treed15c3a51a01c1f64dd6e9bbe615c095a62f8b21c
parente5a2cae95f3f00757104e98dfadf35b7baa0bda1 (diff)
downloadaur-1ec82bb78620844b1bbc5c0e3c92d609a8b9c9cc.tar.gz
Fix checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e551ec26abd..92feb04e4223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-mock
pkgdesc = Great Haskell tool to transform text
pkgver = 3.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://git.eisfunke.com/software/mock
arch = x86_64
license = custom:WTFPL
@@ -19,7 +19,7 @@ pkgbase = haskell-mock
depends = haskell-text
depends = haskell-time
source = haskell-mock-3.6.0.tar.gz::https://git.eisfunke.com/software/mock/-/archive/v3.6.0.tar.gz
- sha256sums = 6edbc02f09db2107bd61c468c2ddd549e4d4ba5f9dcba79da320c2ed14b5c106
+ sha256sums = 5d202393aeae7b33775b498fb10235c33c28f3b66d00126a4b145035a84bf395
pkgname = haskell-mock
diff --git a/PKGBUILD b/PKGBUILD
index f44c677692c5..4f2786d8bd35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=haskell-mock
pkgver=3.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="Great Haskell tool to transform text"
url="https://git.eisfunke.com/software/mock"
license=("custom:WTFPL")
@@ -10,7 +10,7 @@ arch=("x86_64")
depends=("haskell-array" "haskell-base" "haskell-binary" "haskell-bytestring" "haskell-deepseq" "haskell-ghc-prim" "haskell-hashable" "haskell-integer-gmp" "haskell-random" "haskell-text" "haskell-time")
makedepends=("ghc" "haskell-hpack")
source=("${pkgname}-${pkgver}.tar.gz::https://git.eisfunke.com/software/mock/-/archive/v${pkgver}.tar.gz")
-sha256sums=("6edbc02f09db2107bd61c468c2ddd549e4d4ba5f9dcba79da320c2ed14b5c106")
+sha256sums=("5d202393aeae7b33775b498fb10235c33c28f3b66d00126a4b145035a84bf395")
build() {