summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-09-13 23:16:53 +0200
committerJakob Gahde2018-09-13 23:16:53 +0200
commit9c30b185f43a45b008cd91925fa3188ac1d4a2df (patch)
tree7a1f54c0e57526720c9c8cc727657da54e984b99
parentc5af679075538e9b9b5a37f8758f56e429472630 (diff)
downloadaur-9c30b185f43a45b008cd91925fa3188ac1d4a2df.tar.gz
ocaml-lastfm 0.3.2-1: New version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 6 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43ad1d698344..ac31aeebd352 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# 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
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/savonet/ocaml-lastfm
arch = i686
@@ -14,10 +12,8 @@ pkgbase = ocaml-lastfm
depends = ocaml-xmlplaylist
depends = ocamlnet
options = !strip
- source = https://github.com/savonet/ocaml-lastfm/releases/download/0.3.1/ocaml-lastfm-0.3.1.tar.gz
- source = ocamlnet402.patch::https://github.com/savonet/ocaml-lastfm/commit/c654b1878d31b4af6ea540b85660544772f9c700.patch
- md5sums = a36c07e5222cfa2181a321fe6d5a31e7
- md5sums = c7f449d6eeabb3942eea375c7cc9c6ba
+ source = https://github.com/savonet/ocaml-lastfm/releases/download/0.3.2/ocaml-lastfm-0.3.2.tar.gz
+ md5sums = 4750e5b6af1eada76841c89f46427be6
pkgname = ocaml-lastfm
diff --git a/PKGBUILD b/PKGBUILD
index c93f6c6a4e7f..3c75933f1fb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-lastfm
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="OCaml API to lastfm radio and audioscrobbler"
arch=('i686' 'x86_64')
@@ -10,16 +10,8 @@ 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")
-md5sums=('a36c07e5222cfa2181a321fe6d5a31e7'
- 'c7f449d6eeabb3942eea375c7cc9c6ba')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- patch -p1 -i "${srcdir}/ocamlnet402.patch"
-}
+source=("https://github.com/savonet/ocaml-lastfm/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('4750e5b6af1eada76841c89f46427be6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"