summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')