summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-12-11 12:06:41 +0100
committerDaniel Peukert2022-12-11 12:06:41 +0100
commit12c61e27cd949237395dc6cb64f0e6796455f0ca (patch)
treed61865377d6be8cb0238d9624afd7e9778b7ecf8
parent4bd1addf79481520955c52718cdfc6c1bea6740e (diff)
downloadaur-12c61e27cd949237395dc6cb64f0e6796455f0ca.tar.gz
Fix dependencies for erratique ocaml packages
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22592c67068e..7de2326268d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-uucd
pkgdesc = Unicode character database decoder for OCaml
pkgver = 15.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://erratique.ch/software/uucd
arch = x86_64
arch = i686
@@ -14,10 +14,10 @@ pkgbase = ocaml-uucd
makedepends = ocaml-findlib
makedepends = ocaml-topkg>=1.0.3
makedepends = opam
- makedepends = ocaml-xmlm
depends = ocaml>=4.01.0
+ depends = ocaml-xmlm
options = !strip
- source = ocaml-uucd-15.0.0-1.tar.gz::https://github.com/dbuenzli/uucd/archive/v15.0.0.tar.gz
+ source = ocaml-uucd-15.0.0-2.tar.gz::https://github.com/dbuenzli/uucd/archive/v15.0.0.tar.gz
sha512sums = 771d877e2d1a61b0db637c4ff7b1e820786739226254facec2bdac97fd7b9f6ac9ed5041d310e425b941bfcc47912c806d0d2db4168a69fb0bd418c0025817bb
pkgname = ocaml-uucd
diff --git a/PKGBUILD b/PKGBUILD
index a2883a8380aa..8f80a7192dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_projectname='uucd'
pkgname="ocaml-$_projectname"
pkgver='15.0.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Unicode character database decoder for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://erratique.ch/software/$_projectname"
license=('ISC')
-depends=('ocaml>=4.01.0')
-makedepends=('ocamlbuild' 'ocaml-findlib' 'ocaml-topkg>=1.0.3' 'opam' 'ocaml-xmlm')
+depends=('ocaml>=4.01.0' 'ocaml-xmlm')
+makedepends=('ocamlbuild' 'ocaml-findlib' 'ocaml-topkg>=1.0.3' 'opam')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/dbuenzli/$_projectname/archive/v$pkgver.tar.gz")
sha512sums=('771d877e2d1a61b0db637c4ff7b1e820786739226254facec2bdac97fd7b9f6ac9ed5041d310e425b941bfcc47912c806d0d2db4168a69fb0bd418c0025817bb')