summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302020-09-06 23:17:35 +0200
committerM0Rf302020-09-06 23:17:35 +0200
commit4302f891549b8763fc7a70c45399e2bf563f28d7 (patch)
treeb1ed62d3104e82288fd1d941f4c61b89d83c1a40
parent291390a924610bff0b66683c8fe21d95eb088488 (diff)
downloadaur-4302f891549b8763fc7a70c45399e2bf563f28d7.tar.gz
ocaml-alsa: 0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a25c008b5362..4657ae2817e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-alsa
pkgdesc = OCaml ALSA bindings
- pkgver = 0.2.3
- pkgrel = 3
+ pkgver = 0.3.0
+ pkgrel = 1
url = https://github.com/savonet/ocaml-alsa
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = ocaml-alsa
depends = alsa-lib
options = !strip
options = !makeflags
- source = ocaml-alsa-0.2.3::git+https://github.com/savonet/ocaml-alsa.git#commit=8e5578d2bc80c4ecb01ebf9d0f642db840ae46f1
- md5sums = SKIP
+ source = https://github.com/savonet/ocaml-alsa/archive/0.3.0.tar.gz
+ md5sums = abe2eed424387f316e09d90886c3dde1
pkgname = ocaml-alsa
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')