summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2019-09-10 13:27:23 +0200
committerJakob Gahde2019-09-10 13:27:23 +0200
commit6ad3827b058cf6835f5ee9a86bca93a58ff3b3e0 (patch)
tree513b2bb2d579aed7562a07a270883ee6527492db
parentb5ac79b8954f5106e69ed92f6176867c633456de (diff)
downloadaur-6ad3827b058cf6835f5ee9a86bca93a58ff3b3e0.tar.gz
ocaml-fdkaac 0.3.0-1: Update to new version
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 114316cfbb47..f3dd12b51047 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
-# Generated by mksrcinfo v8
-# Tue Jun 6 09:39:47 UTC 2017
pkgbase = ocaml-fdkaac
pkgdesc = OCaml bingind for the fdk-aac library
- pkgver = 0.2.1
- pkgrel = 2
+ pkgver = 0.3.0
+ pkgrel = 1
url = https://github.com/savonet/ocaml-fdkaac
arch = i686
arch = x86_64
- license = GPL2
+ license = GPL
makedepends = ocaml-findlib
depends = ocaml
depends = libfdk-aac
options = !strip
- source = https://github.com/savonet/ocaml-fdkaac/releases/download/0.2.1/ocaml-fdkaac-0.2.1.tar.gz
- md5sums = fff652fa282b4954d2f504ca1c2a70e9
+ source = https://github.com/savonet/ocaml-fdkaac/releases/download/0.3.0/ocaml-fdkaac-0.3.0.tar.gz
+ md5sums = 86b157a74cf53bb60083719d2f712636
pkgname = ocaml-fdkaac
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}"