summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2022-08-14 04:36:23 +0800
committercondy2022-08-14 04:36:23 +0800
commit2cdfb80b608146fd2029644425f45ed1317e03c9 (patch)
tree6d7a83389c56870ece08b802d847e7da14bb8d7d
parent7ddc073dd1b9b418a332151fbd9dac8dcc033bfc (diff)
downloadaur-2cdfb80b608146fd2029644425f45ed1317e03c9.tar.gz
Fix previous commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43a5a99de5ab..65c27e69002c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ocaml-easy-format
pkgdesc = Pretty-printing library for OCaml
pkgver = 1.3.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ocaml-community/easy-format
arch = x86_64
license = BSD
makedepends = dune
- depends = ocaml
+ makedepends = ocaml
depends = glibc
provides = ocaml-easy-format
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index e1a40b40e417..eea00c96c796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_pkgname=easy-format
pkgname=ocaml-${_pkgname}
pkgver=1.3.4
-pkgrel=2
+pkgrel=3
pkgdesc="Pretty-printing library for OCaml"
arch=('x86_64')
url="https://github.com/ocaml-community/${_pkgname}"
license=('BSD')
options=('!strip' 'staticlibs')
provides=('ocaml-easy-format')
-depends=('ocaml' 'glibc')
-makedepends=('dune')
+depends=('glibc')
+makedepends=('dune' 'ocaml')
source=(${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tbz )
sha256sums=('1dbf051e9f68574dde6e2e254a66b9c524ca425e80b36e99af96ed964ab610c3')