summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2022-12-04 02:20:30 +0800
committercondy2022-12-04 02:20:30 +0800
commit45751a5bb197eed6ae1456de9181628f7a008b82 (patch)
tree7c013a7e79a0755d65f948a84340e954759e9879
parent2cdfb80b608146fd2029644425f45ed1317e03c9 (diff)
downloadaur-ocaml-easy-format.tar.gz
Remove unnecessary provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65c27e69002c..3cb9051dbb56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = ocaml-easy-format
pkgdesc = Pretty-printing library for OCaml
pkgver = 1.3.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ocaml-community/easy-format
arch = x86_64
license = BSD
makedepends = dune
makedepends = ocaml
depends = glibc
- provides = ocaml-easy-format
options = !strip
options = staticlibs
source = https://github.com/ocaml-community/easy-format/releases/download/1.3.4/easy-format-1.3.4.tbz
diff --git a/PKGBUILD b/PKGBUILD
index eea00c96c796..9973f27d9dba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@
_pkgname=easy-format
pkgname=ocaml-${_pkgname}
pkgver=1.3.4
-pkgrel=3
+pkgrel=4
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=('glibc')
makedepends=('dune' 'ocaml')
source=(${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tbz )