summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLance Roy2023-08-13 23:01:27 -0700
committerLance Roy2023-08-13 23:01:27 -0700
commit134470e8ad262b6fc9c79d2b0cdb96af4bc9ea1c (patch)
tree7a9ad76e1d0cff9879cbc00b8c36911b29cb4390
parent1e09208ec70ba50d0629da0b93a785e8cc75a9b2 (diff)
downloadaur-134470e8ad262b6fc9c79d2b0cdb96af4bc9ea1c.tar.gz
Update to version 1.07
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea06f8b4f253..b3dace751cde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = ocaml-lablgl
pkgdesc = OCaml interface to OpenGL
- pkgver = 1.06
- pkgrel = 12
+ pkgver = 1.07
+ pkgrel = 1
url = https://github.com/garrigue/lablgl
arch = x86_64
license = BSD
+ makedepends = ocaml-findlib
+ depends = camlp-streams
depends = glu
depends = glut
depends = libxi
@@ -14,7 +16,7 @@ pkgbase = ocaml-lablgl
options = !strip
options = !makeflags
options = staticlibs
- source = ocaml-lablgl-1.06.tar.gz::https://github.com/garrigue/lablgl/archive/v1.06.tar.gz
- sha256sums = d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a
+ source = ocaml-lablgl-1.07.tar.gz::https://github.com/garrigue/lablgl/archive/v1.07.tar.gz
+ sha256sums = 845477ed8d5aeaad63907a9edfc1d8f8d62b932c6e37a32502926ee402a6271f
pkgname = ocaml-lablgl
diff --git a/PKGBUILD b/PKGBUILD
index 6cfdc11edf37..0fe09627228b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
-# Maintainer: Eli Schwartz <eschwartz@archlinux.org>
+# Maintainer: Lance Roy <ldr709@gmail.com>
+# Contributor: Eli Schwartz <eschwartz@archlinux.org>
# Contributor: Florian Dejonckheere <florian@floriandejonckheere.be>
# Contributor: Bartłomiej Piotrowski <spam@bpiotrowski.pl>
# Contributor: Nikolay Amiantov <nikoamia@gmail.com>
pkgname=ocaml-lablgl
-pkgver=1.06
-pkgrel=12
+pkgver=1.07
+pkgrel=1
pkgdesc='OCaml interface to OpenGL'
url="https://github.com/garrigue/lablgl"
arch=('x86_64')
license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml>=4.14.0')
+depends=('camlp-streams' 'glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml>=4.14.0')
+makedepends=('ocaml-findlib')
options=('!strip' '!makeflags' 'staticlibs')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
+sha256sums=('845477ed8d5aeaad63907a9edfc1d8f8d62b932c6e37a32502926ee402a6271f')
prepare() {
cd "${srcdir}"/lablgl-${pkgver}