summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2024-04-09 12:21:49 +0200
committerGianluca Boiano2024-04-09 12:21:49 +0200
commit5e979c8430c1c19885c0cbaab81cc404e55de22c (patch)
tree5a97a2ce2f2b22cd9b78748663fd51b0a94a79e5
parentafd5537de9a20fdd67526641bfe80863d989a08d (diff)
downloadaur-ocaml-lastfm.tar.gz
ocaml-lastfm: 0.3.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de95ade86005..cd428738c339 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-lastfm
pkgdesc = OCaml API to lastfm radio and audioscrobbler
- pkgver = 0.3.3
+ pkgver = 0.3.4
pkgrel = 1
url = https://github.com/savonet/ocaml-lastfm
arch = i686
@@ -13,8 +13,7 @@ pkgbase = ocaml-lastfm
depends = ocaml-xmlplaylist
depends = ocamlnet
options = !strip
- source = https://github.com/savonet/ocaml-lastfm/archive/v0.3.3.tar.gz
- sha256sums = e0c05c3221f0faa09d7c2447573181067bf9f192cadbfadb7b97067c72add73a
+ source = https://github.com/savonet/ocaml-lastfm/archive/v0.3.4.tar.gz
+ sha256sums = 7c3916707ed3d7ffc0dc7d8e3d2ec846b7e51563e313415b75cfa27d4aed134d
pkgname = ocaml-lastfm
-
diff --git a/PKGBUILD b/PKGBUILD
index 47d89ed0138c..f74b668c2caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-lastfm
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc="OCaml API to lastfm radio and audioscrobbler"
arch=('i686' 'x86_64')
@@ -28,4 +28,4 @@ package() {
mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
}
-sha256sums=('e0c05c3221f0faa09d7c2447573181067bf9f192cadbfadb7b97067c72add73a')
+sha256sums=('7c3916707ed3d7ffc0dc7d8e3d2ec846b7e51563e313415b75cfa27d4aed134d')