summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2019-09-10 13:27:23 +0200
committerJakob Gahde2019-09-10 13:27:23 +0200
commit6ad3827b058cf6835f5ee9a86bca93a58ff3b3e0 (patch)
tree513b2bb2d579aed7562a07a270883ee6527492db /PKGBUILD
parentb5ac79b8954f5106e69ed92f6176867c633456de (diff)
downloadaur-6ad3827b058cf6835f5ee9a86bca93a58ff3b3e0.tar.gz
ocaml-fdkaac 0.3.0-1: Update to new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e316ab1e8a4..e4e30de92a9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-fdkaac
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
pkgdesc="OCaml bingind for the fdk-aac library"
arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-fdkaac"
-license=('GPL2')
+license=('GPL')
depends=('ocaml' 'libfdk-aac')
makedepends=('ocaml-findlib')
options=('!strip')
source=("https://github.com/savonet/ocaml-fdkaac/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fff652fa282b4954d2f504ca1c2a70e9')
+md5sums=('86b157a74cf53bb60083719d2f712636')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"