summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-11-16 20:53:50 +0100
committerJakob Gahde2016-11-16 20:53:50 +0100
commit3e7dbfac29e7f50eb614506c5789df0971d633f2 (patch)
tree77f06426644a0e944592ef358cd38eaedb814d69
parent848ee8485ae6211c750da6ee968956baad44029d (diff)
downloadaur-3e7dbfac29e7f50eb614506c5789df0971d633f2.tar.gz
ocaml-voaacenc 0.1.1-2: Fix syntax
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c586590c2e2..7968f9feddcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Nov 16 19:53:27 UTC 2016
pkgbase = ocaml-voaacenc
pkgdesc = OCaml bindings for the vo-aacenc AAC encoder
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/savonet/ocaml-voaacenc
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aa471469e3f7..63b0f94feb9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=ocaml-voaacenc
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
license=('LGPL2.1')
arch=('i686' 'x86_64')
-pkgdesc=("OCaml bindings for the vo-aacenc AAC encoder")
+pkgdesc="OCaml bindings for the vo-aacenc AAC encoder"
url="https://github.com/savonet/ocaml-voaacenc"
depends=('ocaml' 'vo-aacenc')
makedepends=('ocaml-findlib')