summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f99b2aa9de58..89465709d978 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 21 13:47:19 UTC 2016
+# Tue Jun 13 09:29:31 UTC 2017
pkgbase = haskell-hint
pkgdesc = Runtime Haskell interpreter (GHC API wrapper)
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/mvdan/hint
install = haskell-hint.install
@@ -16,7 +16,7 @@ pkgbase = haskell-hint
makedepends = haskell-mtl
makedepends = haskell-random
depends = ghc
- source = git+https://github.com/mvdan/hint#tag=v0.6.0
+ source = git+https://github.com/mvdan/hint#tag=v0.7.0
md5sums = SKIP
pkgname = haskell-hint
diff --git a/PKGBUILD b/PKGBUILD
index ab9b957ee1fc..78879566e877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_hkgname=hint
pkgname=haskell-hint
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="Runtime Haskell interpreter (GHC API wrapper)"
url="https://github.com/mvdan/$_hkgname"