summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302020-09-06 23:17:35 +0200
committerM0Rf302020-09-06 23:17:35 +0200
commit4302f891549b8763fc7a70c45399e2bf563f28d7 (patch)
treeb1ed62d3104e82288fd1d941f4c61b89d83c1a40 /PKGBUILD
parent291390a924610bff0b66683c8fe21d95eb088488 (diff)
downloadaur-4302f891549b8763fc7a70c45399e2bf563f28d7.tar.gz
ocaml-alsa: 0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e11cfb08b736..0c9b7da3b77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-alsa
-pkgver=0.2.3
-pkgrel=3
+pkgver=0.3.0
+pkgrel=1
pkgdesc="OCaml ALSA bindings"
arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-alsa"
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('ocaml' 'alsa-lib')
makedepends=('dune' 'git')
options=('!strip' '!makeflags')
-source=("${pkgname}-${pkgver}::git+https://github.com/savonet/ocaml-alsa.git#commit=8e5578d2bc80c4ecb01ebf9d0f642db840ae46f1")
+source=("https://github.com/savonet/${pkgname}/archive/${pkgver}.tar.gz")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,4 +23,4 @@ package() {
dune install --prefix "${pkgdir}/usr" \
--libdir "${pkgdir}$(ocamlfind printconf destdir)"
}
-md5sums=('SKIP')
+md5sums=('abe2eed424387f316e09d90886c3dde1')