summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lenz2019-09-24 19:00:57 +0200
committerNicolas Lenz2019-09-24 19:00:57 +0200
commite5a2cae95f3f00757104e98dfadf35b7baa0bda1 (patch)
treecede1677b82245b2fa5399536f274be4450e663a
parente456c607912fb19374f6f8d2a23c96d3a853db54 (diff)
downloadaur-e5a2cae95f3f00757104e98dfadf35b7baa0bda1.tar.gz
Correct download link
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf65b8eb3168..7e551ec26abd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-mock
pkgdesc = Great Haskell tool to transform text
pkgver = 3.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://git.eisfunke.com/software/mock
arch = x86_64
license = custom:WTFPL
@@ -18,7 +18,7 @@ pkgbase = haskell-mock
depends = haskell-random
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
+ source = haskell-mock-3.6.0.tar.gz::https://git.eisfunke.com/software/mock/-/archive/v3.6.0.tar.gz
sha256sums = 6edbc02f09db2107bd61c468c2ddd549e4d4ba5f9dcba79da320c2ed14b5c106
pkgname = haskell-mock
diff --git a/PKGBUILD b/PKGBUILD
index 10b7f8b4ed52..f44c677692c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=haskell-mock
pkgver=3.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Great Haskell tool to transform text"
url="https://git.eisfunke.com/software/mock"
license=("custom:WTFPL")
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")
+source=("${pkgname}-${pkgver}.tar.gz::https://git.eisfunke.com/software/mock/-/archive/v${pkgver}.tar.gz")
sha256sums=("6edbc02f09db2107bd61c468c2ddd549e4d4ba5f9dcba79da320c2ed14b5c106")