summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-11-16 21:01:00 +0100
committerJakob Gahde2016-11-16 21:01:00 +0100
commita0577a8deb1a28d7a4e9d2d5ec1e3774d0dc46e7 (patch)
tree11e6c386147f3ffdb1e3673c3bd079710c69838b
parentb671a0831014d15787d4a409cf48cb5edf09a226 (diff)
downloadaur-a0577a8deb1a28d7a4e9d2d5ec1e3774d0dc46e7.tar.gz
ocaml-lame 0.3.3-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 0685d806e787..95a2f3184ad5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Nov 16 20:00:44 UTC 2016
pkgbase = ocaml-lame
pkgdesc = OCaml bindings to the LAME mp3 encoder
pkgver = 0.3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/savonet/ocaml-lame
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d43368cb4b7c..7deb49f9a5d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=ocaml-lame
pkgver=0.3.3
-pkgrel=1
+pkgrel=2
license=('GPL2')
arch=('i686' 'x86_64')
-pkgdesc=("OCaml bindings to the LAME mp3 encoder")
+pkgdesc="OCaml bindings to the LAME mp3 encoder"
url="https://github.com/savonet/ocaml-lame"
depends=('ocaml' 'lame')
makedepends=('ocaml-findlib')