summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2020-02-04 22:56:39 +0100
committeramesgen2020-02-04 22:56:39 +0100
commit54cff0e8981c4dd4889dd0696de2eccaea336076 (patch)
tree9c5ea32b14c08fb84ed536786c37ba28eccf991c
parent29603446e106966656830e6b701f74ba9b1b858f (diff)
downloadaur-54cff0e8981c4dd4889dd0696de2eccaea336076.tar.gz
update to 0.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34a8daa91d87..136cdcc52d63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ghcide
pkgdesc = A library for building Haskell IDE tooling
- pkgver = 0.0.6
- pkgrel = 2
+ pkgver = 0.1.0
+ pkgrel = 1
url = https://github.com/digital-asset/ghcide
arch = x86_64
license = Apache
makedepends = stack
depends = gmp
depends = zlib
- source = ghcide-0.0.6::https://github.com/digital-asset/ghcide/archive/v0.0.6.tar.gz
- sha256sums = 1a9fe8899145eb5ac5c7b9ea0f3522045b64aecf40c762b45677824bb7de290a
+ source = ghcide-0.1.0::https://github.com/digital-asset/ghcide/archive/v0.1.0.tar.gz
+ sha256sums = f161e29b9f22b4f47b6001d523e62538ae70c2ed540f131948be0ce96fac4371
pkgname = ghcide
diff --git a/PKGBUILD b/PKGBUILD
index 1964399e8c9c..bcc61119c969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Rodrigo Gryzinski <rogryza@gmail.com>
pkgname=ghcide
-pkgver=0.0.6
-pkgrel=2
+pkgver=0.1.0
+pkgrel=1
pkgdesc="A library for building Haskell IDE tooling"
arch=('x86_64')
url="https://github.com/digital-asset/${pkgname}"
@@ -11,7 +11,7 @@ license=('Apache')
depends=('gmp' 'zlib')
makedepends=('stack')
source=("${pkgname}-${pkgver}::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('1a9fe8899145eb5ac5c7b9ea0f3522045b64aecf40c762b45677824bb7de290a')
+sha256sums=('f161e29b9f22b4f47b6001d523e62538ae70c2ed540f131948be0ce96fac4371')
build() {
cd "${pkgname}-${pkgver}"