summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-01-08 22:44:52 +0100
committerGianluca Boiano2022-01-08 22:44:52 +0100
commit1452354c8243ff08231f3b4a908b54be337e1864 (patch)
tree0193a43999d71dfd8541aa11335a79d8d73cdb4f
parentae3af8f37ca6e4857dbec518e496504d549456df (diff)
downloadaur-1452354c8243ff08231f3b4a908b54be337e1864.tar.gz
ocaml-ladspa: 0.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e0553c0fe8..a82729d03121 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-ladspa
pkgdesc = OCaml bindings for LADSPA plugins
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/savonet/ocaml-ladspa
arch = i686
@@ -11,8 +11,7 @@ pkgbase = ocaml-ladspa
makedepends = ocaml-findlib
depends = ocaml
options = !strip
- source = https://github.com/savonet/ocaml-ladspa/archive/v0.2.0.tar.gz
- sha256sums = a2cdb620d118100d399ff7e14534909acc207224c519605f317f1542db9b61c5
+ source = https://github.com/savonet/ocaml-ladspa/archive/v0.2.1.tar.gz
+ sha256sums = 39fda1619bcd050d313fcb09983914805fa85a0c8596f4a793ecb2061890f9f8
pkgname = ocaml-ladspa
-
diff --git a/PKGBUILD b/PKGBUILD
index a4dae353c4c2..af8c208d1e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ladspa
-pkgver=0.2.0
+pkgver=0.2.1
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=('a2cdb620d118100d399ff7e14534909acc207224c519605f317f1542db9b61c5')
+sha256sums=('39fda1619bcd050d313fcb09983914805fa85a0c8596f4a793ecb2061890f9f8')