summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302021-12-17 21:20:30 +0100
committerGianluca Boiano2021-12-17 21:20:30 +0100
commitc39d67ed0755afbc3cd8c21be3805a4b27658a4f (patch)
treefcabb5823bd591b414609e514394e7defd4d54f2
parentd0af398cd7113f7b92f726e0153e21ea5e7f894b (diff)
downloadaur-c39d67ed0755afbc3cd8c21be3805a4b27658a4f.tar.gz
ocaml-lame: 0.3.5
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eba96320ea3d..e668fab678e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-lame
pkgdesc = OCaml bindings to the LAME mp3 encoder
- pkgver = 0.3.4
- pkgrel = 2
+ pkgver = 0.3.5
+ pkgrel = 1
url = https://github.com/savonet/ocaml-lame
arch = i686
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = ocaml-lame
depends = ocaml
depends = lame
options = !strip
- source = https://github.com/savonet/ocaml-lame/archive/v0.3.4.tar.gz
- sha256sums = f90b9e090b3fc27437b64dd05c15b92778f07cf4f3d82e0f8186299cb8e1102d
+ source = https://github.com/savonet/ocaml-lame/archive/v0.3.5.tar.gz
+ sha256sums = cfa22d659a28967dd4efe5b0bcc974c59b4704cf8bce5336bd0748ce9a17773b
pkgname = ocaml-lame
-
diff --git a/PKGBUILD b/PKGBUILD
index b7f276ec0095..b5aab6682920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-lame
-pkgver=0.3.4
-pkgrel=2
+pkgver=0.3.5
+pkgrel=1
pkgdesc="OCaml bindings to the LAME mp3 encoder"
arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-lame"
@@ -28,4 +28,4 @@ package() {
mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
}
-sha256sums=('f90b9e090b3fc27437b64dd05c15b92778f07cf4f3d82e0f8186299cb8e1102d')
+sha256sums=('cfa22d659a28967dd4efe5b0bcc974c59b4704cf8bce5336bd0748ce9a17773b')