summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 799687540ee8..d0f468654d34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ao
pkgdesc = OCaml libao bindings
- pkgver = 0.2.3
- pkgrel = 2
+ pkgver = 0.2.4
+ pkgrel = 1
url = https://github.com/savonet/ocaml-ao
arch = i686
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = ocaml-ao
depends = ocaml
depends = libao
options = !strip
- source = https://github.com/savonet/ocaml-ao/archive/v0.2.3.tar.gz
- sha256sums = 188f781ef31497444475ced4632ebe44e3d80ddc5717f1f6cd8e1080a43c0851
+ source = https://github.com/savonet/ocaml-ao/archive/v0.2.4.tar.gz
+ sha256sums = 0b845e7c04440de3efda9e0cd1e2b115fe069be3fb3ddba5bfd8fed73901a66e
pkgname = ocaml-ao
-
diff --git a/PKGBUILD b/PKGBUILD
index 9114c3cad987..2f4e43628eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ao
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
pkgdesc="OCaml libao bindings"
arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-ao"
@@ -28,4 +28,4 @@ package() {
mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
}
-sha256sums=('188f781ef31497444475ced4632ebe44e3d80ddc5717f1f6cd8e1080a43c0851')
+sha256sums=('0b845e7c04440de3efda9e0cd1e2b115fe069be3fb3ddba5bfd8fed73901a66e')