summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c14f6484321f..a46b76d0a2ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-zed
pkgdesc = An abstract engine for text editing
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/diml/zed
arch = i686
@@ -11,8 +11,8 @@ pkgbase = ocaml-zed
depends = ocaml-camomile
depends = ocaml-react
options = !strip
- source = https://github.com/diml/zed/archive/1.3.tar.gz
- md5sums = 59f1d4b08f4b156f21d2378d34fc5b7d
+ source = https://github.com/diml/zed/archive/1.4.tar.gz
+ md5sums = 47661250ed1b3e12c886d19c1a019675
pkgname = ocaml-zed
diff --git a/PKGBUILD b/PKGBUILD
index fe2e2b39de30..77d57ee9bb9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
srcname='zed'
pkgname="ocaml-${srcname}"
-pkgver='1.3'
+pkgver='1.4'
pkgrel=1
pkgdesc='An abstract engine for text editing'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('ocaml' 'ocaml-camomile' 'ocaml-react')
makedepends=('ocaml-findlib')
source=("https://github.com/diml/zed/archive/${pkgver}.tar.gz")
options=('!strip')
-md5sums=('59f1d4b08f4b156f21d2378d34fc5b7d')
+md5sums=('47661250ed1b3e12c886d19c1a019675')
build() {
cd "$srcdir/${srcname}-${pkgver}"