summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:05:40 +0200
committerJakob Gahde2017-06-06 14:05:40 +0200
commitf20430a2ee13747f695c01fd64044a1096344684 (patch)
tree204e806b61c4070beb3bea190f5b4f4d5ac94a5a /PKGBUILD
parent64f29e188660e25fb0a1eba97308ab33c2fb0f14 (diff)
downloadaur-f20430a2ee13747f695c01fd64044a1096344684.tar.gz
ocaml-ogg 0.5.0-2: PKGBUILD formatting tweaks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 853045d72f9a..2a58006ec938 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-ogg
pkgver=0.5.0
pkgrel=2
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
pkgdesc="OCaml binding to libogg"
+arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-ogg"
+license=('LGPL2.1')
depends=('ocaml' 'libogg')
makedepends=('ocaml-findlib')
-source=("https://github.com/savonet/ocaml-ogg/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')
+source=("https://github.com/savonet/ocaml-ogg/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('21eaee00d3765b3a78aed78520219a52')
build() {