summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43271c0fe25f..055959b3c6d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# This package contains it.
pkgname=ocaml-graphics
-pkgver=5.1.1
+pkgver=5.1.2
pkgrel=1
pkgdesc="Graphics library from OCaml"
arch=('x86_64')
@@ -14,7 +14,7 @@ license=('LGPL2.1')
depends=('ocaml>=4.0.9')
makedepends=('dune')
source=("https://github.com/ocaml/graphics/archive/${pkgver}.tar.gz")
-sha256sums=('dbef15667cdab65672c60739d5e51ff4341b9595fbc6e39003368637b5915240')
+sha256sums=('9db6e8cd71a77fbec28cdee3fe5ed4640d6b92d9eb5ad68150beccae316620fe')
build() {
cd "${srcdir}/graphics-${pkgver}"
@@ -28,13 +28,13 @@ package() {
DESTDIR="${pkgdir}" dune install --prefix "/usr" --libdir "lib/ocaml"
- # there's nothing useful inside
+ # There's nothing useful inside.
rm -r "${pkgdir}/usr/doc/"
- # license has an addition to LGPL2.1
+ # License has an addition to LGPL2.1.
install -Dm644 "$srcdir"/graphics-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- # unfortunately, the files won't be found in the subfolder. Linking them
+ # Unfortunately, the files won't be found in the subfolder. Linking them.
cd "${pkgdir}/usr/lib/ocaml/"
for file in graphics/*graphics*
do