summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCélestin Matte2022-02-09 21:02:20 +0100
committerCélestin Matte2022-02-09 21:02:20 +0100
commit196beb6177b8ed7d02e8d0a9bb6d8171f1cc77a3 (patch)
tree47aecbb3c91c04953abb7836ea59cf8bd42d3e4c
parenta8d29e75a88adc4f5df43c32d24b43da61fd43bc (diff)
downloadaur-196beb6177b8ed7d02e8d0a9bb6d8171f1cc77a3.tar.gz
Replace opam dependency with (now fixed) ocaml-curses
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 970e889f5c30..22d0b4fa8bcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = wyrd
pkgdesc = A text-based front-end to Remind.
pkgver = 1.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/wyrd-calendar/wyrd
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL2
- makedepends = git
makedepends = ocaml
makedepends = camlp5
makedepends = python
makedepends = autoconf
- makedepends = opam
depends = remind
depends = ncurses
depends = less
+ depends = ocaml-curses
provides = wyrd
conflicts = wyrd
replaces = wyrd-git
diff --git a/PKGBUILD b/PKGBUILD
index 3e7a835d4bd2..41ce642cf6e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname="wyrd"
pkgver=1.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="A text-based front-end to Remind."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://gitlab.com/wyrd-calendar/wyrd"
license=('GPL2')
provides=('wyrd')
conflicts=('wyrd')
-depends=('remind' 'ncurses' 'less')
-makedepends=('git' 'ocaml' 'camlp5' 'python' 'autoconf' 'opam')
+depends=('remind' 'ncurses' 'less' 'ocaml-curses')
+makedepends=('ocaml' 'camlp5' 'python' 'autoconf')
# doc: 'hevea' 'texlive-core' 'texlive-latexextra'
replaces=('wyrd-git')
source=("${url}/-/jobs/artifacts/${pkgver}/raw/wyrd-${pkgver}.tar.xz?job=release")
@@ -20,9 +20,6 @@ md5sums=('2d24fb827e99f21a838723a8d1cb1c22')
build() {
cd "$srcdir/wyrd-${pkgver}"
- opam init -n
- opam install -y curses
- eval "$(opam env)"
./prep-devtree.sh
./configure --exec-prefix=/usr --prefix=/usr --sysconfdir=/etc
make wyrd