summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302020-05-29 22:20:14 +0200
committerM0Rf302020-05-29 22:20:14 +0200
commit2b431f4acad83c67618ee2adbdb1ca1e8ddefa5a (patch)
tree2a5b94b22c1319f6d256d9bbd3d002cf286c7cca
parentc1201e4d28051ae7960890f8cd653d2e941903b0 (diff)
downloadaur-ocaml-fdkaac-git.tar.gz
ocaml-fdkaac-git: update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98db7ba00f48..1eb6e5048a35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ocaml-fdkaac-git
pkgdesc = OCaml binding for the fdk-aac library
pkgver = r80.cc4245a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/savonet/ocaml-fdkaac
arch = i686
arch = x86_64
license = GPL
makedepends = dune
- makedepends = dune-configurator
+ makedepends = git
depends = ocaml
depends = libfdk-aac
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index db212c48cf4b..e96c1639058c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: robertfoster
pkgname=ocaml-fdkaac-git
pkgver=r80.cc4245a
-pkgrel=1
+pkgrel=2
pkgdesc="OCaml binding for the fdk-aac library"
arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-fdkaac"
license=('GPL')
depends=('ocaml' 'libfdk-aac')
-makedepends=('dune' 'dune-configurator')
+makedepends=('dune' 'git')
options=('!strip' '!makeflags')
source=("${pkgname}::git+https://github.com/savonet/ocaml-fdkaac.git")