summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCélestin Matte2023-10-17 16:48:56 +0200
committerCélestin Matte2023-10-17 16:48:56 +0200
commit91b074a1a118cb800f3aa845fd1dd3fe4b0233fe (patch)
treed85ab5a7db60f5ce2003ea4ccd4be67bdd30f9a0 /PKGBUILD
parenteb0a42321e111fa861198da267c106012bfae1b1 (diff)
downloadaur-ocaml-curses.tar.gz
Update dependencies and architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49e2152bd917..925c6418acdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=ocaml-curses
pkgver=1.0.11
-pkgrel=2
+pkgrel=3
license=('LGPL')
-arch=('i686' 'x86_64')
+arch=('x86_64')
pkgdesc="Objective Caml libs for curses"
url="https://github.com/mbacarella/curses"
-depends=()
+depends=('ncurses' 'glibc')
options=('!strip')
makedepends=('ocaml' 'dune')
source=("https://github.com/mbacarella/curses/archive/${pkgver}.tar.gz")