summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302020-05-29 22:13:18 +0200
committerM0Rf302020-05-29 22:13:18 +0200
commit291390a924610bff0b66683c8fe21d95eb088488 (patch)
treed9d34687a8c7af86773d15c7150aa38af5190699
parent1501fe92363b0b87dab358b3458f3e8bf4ad4af2 (diff)
downloadaur-291390a924610bff0b66683c8fe21d95eb088488.tar.gz
ocaml-alsa: update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c25a569f1bf..a25c008b5362 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ocaml-alsa
pkgdesc = OCaml ALSA bindings
pkgver = 0.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/savonet/ocaml-alsa
arch = i686
arch = x86_64
license = GPL2
makedepends = dune
- makedepends = dune-configurator
+ makedepends = git
depends = ocaml
depends = alsa-lib
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 947255f4d6ab..e11cfb08b736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgname=ocaml-alsa
pkgver=0.2.3
-pkgrel=2
+pkgrel=3
pkgdesc="OCaml ALSA bindings"
arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-alsa"
license=('GPL2')
depends=('ocaml' 'alsa-lib')
-makedepends=('dune' 'dune-configurator')
+makedepends=('dune' 'git')
options=('!strip' '!makeflags')
source=("${pkgname}-${pkgver}::git+https://github.com/savonet/ocaml-alsa.git#commit=8e5578d2bc80c4ecb01ebf9d0f642db840ae46f1")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- dune build
+ dune build
}
package() {