summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2022-06-17 19:31:59 +0800
committercondy2022-06-17 19:31:59 +0800
commit7941335aa5bfdf01aa55f120ec0c6a7e64992919 (patch)
tree7c92968996e0af524f3acfde76e8501ba9b52971
parent4a1c28f04e6e306a58f7e8b33efb456bb06fca43 (diff)
downloadaur-7941335aa5bfdf01aa55f120ec0c6a7e64992919.tar.gz
1.3.4 release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2919878232f1..844d738d9522 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-easy-format
pkgdesc = Pretty-printing library for OCaml
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 1
url = https://github.com/ocaml-community/easy-format
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = ocaml-easy-format
provides = ocaml-easy-format
options = !strip
options = staticlibs
- source = https://github.com/ocaml-community/easy-format/releases/download/1.3.3/easy-format-1.3.3.tbz
+ source = https://github.com/ocaml-community/easy-format/releases/download/1.3.4/easy-format-1.3.4.tbz
sha256sums = eafccae911c26ca23e4ddacee3eaa54654d20f973b8680f84b708cef43adc416
pkgname = ocaml-easy-format
diff --git a/PKGBUILD b/PKGBUILD
index 2ab8fadf9e32..0206ca11621b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=easy-format
pkgname=ocaml-${_pkgname}
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
pkgdesc="Pretty-printing library for OCaml"
arch=('x86_64')
@@ -14,7 +14,7 @@ provides=('ocaml-easy-format')
depends=('glibc')
makedepends=('dune')
source=(${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tbz )
-sha256sums=('eafccae911c26ca23e4ddacee3eaa54654d20f973b8680f84b708cef43adc416')
+sha256sums=('1dbf051e9f68574dde6e2e254a66b9c524ca425e80b36e99af96ed964ab610c3')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"