summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeverin Glöckner2021-05-26 16:46:09 +0200
committerSeverin Glöckner2021-05-26 16:46:09 +0200
commit12796f32b18e8378846889094388a3c2238bd89b (patch)
tree7b4a79b1239c9b0d4131f57fdcc086b025768988
parente5423ea2e6ede9911cb87f43d01f254c2ae0c22e (diff)
downloadaur-12796f32b18e8378846889094388a3c2238bd89b.tar.gz
new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bd8f242e574..f5b112a83260 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ocaml-graphics
pkgdesc = Graphics library from OCaml
- pkgver = 5.1.1
+ pkgver = 5.1.2
pkgrel = 1
url = https://github.com/ocaml/graphics
arch = x86_64
license = LGPL2.1
makedepends = dune
depends = ocaml>=4.0.9
- source = https://github.com/ocaml/graphics/archive/5.1.1.tar.gz
- sha256sums = dbef15667cdab65672c60739d5e51ff4341b9595fbc6e39003368637b5915240
+ source = https://github.com/ocaml/graphics/archive/5.1.2.tar.gz
+ sha256sums = 9db6e8cd71a77fbec28cdee3fe5ed4640d6b92d9eb5ad68150beccae316620fe
pkgname = ocaml-graphics
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