summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a82729d03121..1241f2414359 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-ladspa
pkgdesc = OCaml bindings for LADSPA plugins
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/savonet/ocaml-ladspa
arch = i686
@@ -11,7 +11,7 @@ pkgbase = ocaml-ladspa
makedepends = ocaml-findlib
depends = ocaml
options = !strip
- source = https://github.com/savonet/ocaml-ladspa/archive/v0.2.1.tar.gz
- sha256sums = 39fda1619bcd050d313fcb09983914805fa85a0c8596f4a793ecb2061890f9f8
+ source = https://github.com/savonet/ocaml-ladspa/archive/v0.2.2.tar.gz
+ sha256sums = da089b3617a6219f69a7c5c4dbe87e6ad2cb1e290008f51c70d2ecfabc4c7e7a
pkgname = ocaml-ladspa
diff --git a/PKGBUILD b/PKGBUILD
index af8c208d1e9a..bde16d902513 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ladspa
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="OCaml bindings for LADSPA plugins"
arch=('i686' 'x86_64')
@@ -28,4 +28,4 @@ package() {
mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
}
-sha256sums=('39fda1619bcd050d313fcb09983914805fa85a0c8596f4a793ecb2061890f9f8')
+sha256sums=('da089b3617a6219f69a7c5c4dbe87e6ad2cb1e290008f51c70d2ecfabc4c7e7a')