summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lenz2019-01-09 23:40:38 +0100
committerNicolas Lenz2019-01-09 23:40:38 +0100
commit5397e52eefa9263afc294ee03e3a1ee7eb54d85e (patch)
tree37f765bce762f3de049bfd6128234990c71b0f1e
parentb17d13182c2e710b3b99bfcab56bf53a0f0f5c18 (diff)
downloadaur-5397e52eefa9263afc294ee03e3a1ee7eb54d85e.tar.gz
Mock v3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2ef098589ac..50a6f14a9745 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-mock
pkgdesc = Great Haskell tool to transform text
- pkgver = 3.3.0
+ pkgver = 3.4.0
pkgrel = 1
url = https://git.eisfunke.com/software/mock
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = haskell-mock
depends = haskell-random
depends = haskell-text
depends = haskell-time
- source = haskell-mock-3.3.0.tar.gz::https://git.eisfunke.com/software/mock/archive/v3.3.0.tar.gz
- sha256sums = bb8e17666e27c45df9720e43d852d6356ff4b0cdbd139e0160ba93c2ccc38eb2
+ source = haskell-mock-3.4.0.tar.gz::https://git.eisfunke.com/software/mock/archive/v3.4.0.tar.gz
+ sha256sums = a673359869476acbcb36d5b0261d1b905afea75475dd02092b118171c7048bcf
pkgname = haskell-mock
diff --git a/PKGBUILD b/PKGBUILD
index 6718239fb428..d5bcfc84b74a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas Lenz <nicolas@eisfunke.com>
pkgname=haskell-mock
-pkgver=3.3.0
+pkgver=3.4.0
pkgrel=1
pkgdesc="Great Haskell tool to transform text"
url="https://git.eisfunke.com/software/mock"
@@ -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")
source=("${pkgname}-${pkgver}.tar.gz::https://git.eisfunke.com/software/mock/archive/v${pkgver}.tar.gz")
-sha256sums=("bb8e17666e27c45df9720e43d852d6356ff4b0cdbd139e0160ba93c2ccc38eb2")
+sha256sums=("a673359869476acbcb36d5b0261d1b905afea75475dd02092b118171c7048bcf")
build() {