summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeverin Glöckner2020-06-28 01:59:28 +0200
committerSeverin Glöckner2020-06-28 01:59:43 +0200
commitc6bff3de3a35cb7f654ee589cf4da91b54b8f626 (patch)
treeeeb005c312a13ef208b938792a1db473f6d98607
parent5363d5f632db3ca5b45e1a6b9d6a53ef53731bdb (diff)
downloadaur-c6bff3de3a35cb7f654ee589cf4da91b54b8f626.tar.gz
upgrade & stripping
For stripping, referring to https://docs.fedoraproject.org/en-US/packaging-guidelines/OCaml/
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d93d713b80d1..300588a87ee4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = ocaml-graphics
pkgdesc = Graphics library from OCaml
- pkgver = 5.0.0
- pkgrel = 2
+ pkgver = 5.1.0
+ pkgrel = 1
url = https://github.com/ocaml/graphics
arch = x86_64
license = LGPL2.1
makedepends = dune
depends = ocaml>=4.0.9
- options = !strip
- source = https://github.com/ocaml/graphics/archive/5.0.0.tar.gz
- sha256sums = 07f5861381f85c2f2c0611a86f483807ce43195959c40963028dafaa3abf33ab
+ source = https://github.com/ocaml/graphics/archive/5.1.0.tar.gz
+ sha256sums = 132e0597f42b11ef5d9b0a523fee2edab7c55efd9c3f198d5574349b4595fafb
pkgname = ocaml-graphics
diff --git a/PKGBUILD b/PKGBUILD
index da2043486d8c..99c0de24a3c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,9 @@
# »The graphics library was moved out of the compiler distribution.«
# This package contains it.
-# v5.1.0 requires dune 2.0 to be in the Arch repository
pkgname=ocaml-graphics
-pkgver=5.0.0
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
pkgdesc="Graphics library from OCaml"
arch=('x86_64')
url="https://github.com/ocaml/graphics"
@@ -15,8 +14,7 @@ license=('LGPL2.1')
depends=('ocaml>=4.0.9')
makedepends=('dune')
source=("https://github.com/ocaml/graphics/archive/${pkgver}.tar.gz")
-sha256sums=('07f5861381f85c2f2c0611a86f483807ce43195959c40963028dafaa3abf33ab')
-options=(!strip)
+sha256sums=('132e0597f42b11ef5d9b0a523fee2edab7c55efd9c3f198d5574349b4595fafb')
build() {
cd "${srcdir}/graphics-${pkgver}"