summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 12:05:31 +0200
committerJakob Gahde2017-06-06 12:05:31 +0200
commitc5af679075538e9b9b5a37f8758f56e429472630 (patch)
tree5fadd920bf5667d20f15d0771dada04c73ce82c2
parent07a4f6020fd35411a7c202534765dbc8f982784e (diff)
downloadaur-c5af679075538e9b9b5a37f8758f56e429472630.tar.gz
ocaml-lastfm 0.3.1-1: PKGBUILD formatting tweaks/fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 751e8704eb6d..43ad1d698344 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Jun 6 10:04:59 UTC 2017
pkgbase = ocaml-lastfm
pkgdesc = OCaml API to lastfm radio and audioscrobbler
pkgver = 0.3.1
diff --git a/PKGBUILD b/PKGBUILD
index 77d8df5b88d5..c93f6c6a4e7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ocaml-lastfm
pkgver=0.3.1
pkgrel=1
-license=('LGPL2.1')
+pkgdesc="OCaml API to lastfm radio and audioscrobbler"
arch=('i686' 'x86_64')
-pkgdesc=("OCaml API to lastfm radio and audioscrobbler")
url="https://github.com/savonet/ocaml-lastfm"
+license=('LGPL2.1')
depends=('ocaml' 'ocaml-pcre' 'ocaml-xmlplaylist' 'ocamlnet')
makedepends=('ocaml-findlib')
+options=('!strip')
source=("https://github.com/savonet/ocaml-lastfm/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
"ocamlnet402.patch::https://github.com/savonet/ocaml-lastfm/commit/c654b1878d31b4af6ea540b85660544772f9c700.patch")
-options=('!strip')
md5sums=('a36c07e5222cfa2181a321fe6d5a31e7'
'c7f449d6eeabb3942eea375c7cc9c6ba')