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 a9684d6fc25f..02d3303c20c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Apr 11 21:55:53 UTC 2016
pkgbase = ocaml-ao
pkgdesc = OCaml libao bindings
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/savonet/ocaml-ao
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 52d986a37892..c3f36631d395 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=ocaml-ao
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
license=('LGPL2.1')
arch=('i686' 'x86_64')
-pkgdesc=("OCaml libao bindings")
+pkgdesc="OCaml libao bindings"
url="https://github.com/savonet/ocaml-ao"
depends=('ocaml' 'libao')
makedepends=('ocaml-findlib')