summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2018-02-05 20:17:52 +0100
committerJakob Gahde2018-02-05 20:17:52 +0100
commitdb0cc6c4e672a44bea3b3983fd9690cd0922c888 (patch)
treef0c0164b7fe9cbee3a293d1464742753884faa99 /PKGBUILD
parentf20430a2ee13747f695c01fd64044a1096344684 (diff)
downloadaur-db0cc6c4e672a44bea3b3983fd9690cd0922c888.tar.gz
ocaml-ogg 0.5.2-1: New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a58006ec938..095b9a3cd5b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ogg
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
pkgdesc="OCaml binding to libogg"
arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-ogg"
@@ -11,7 +11,7 @@ depends=('ocaml' 'libogg')
makedepends=('ocaml-findlib')
options=('!strip')
source=("https://github.com/savonet/ocaml-ogg/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('21eaee00d3765b3a78aed78520219a52')
+md5sums=('2f678dccf861a72213fc1a33904d88ee')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"