Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
lablgtk3
Commits:
97d06f36 by Antonio Rojas at 2024-05-04T14:01:02+02:00
upgpkg: 3.1.4-1: Update to 3.1.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lablgtk3
pkgdesc = An Objective Caml interface to gtk3
- pkgver = 3.1.3
- pkgrel = 5
+ pkgver = 3.1.4
+ pkgrel = 1
url = http://lablgtk.forge.ocamlcore.org/
arch = x86_64
license = LGPL
@@ -14,7 +14,7 @@ pkgbase = lablgtk3
depends = gtkspell3
depends = ocaml-cairo
optdepends = ocaml: for using the tools
- source =
lablgtk3-3.1.3.tar.gz::https://github.com/garrigue/lablgtk/archive/refs/tags/3.1.3.tar.gz
- b2sums =
639b1a7610ea420cbae893eb40fd0a20a7605ecc89e832387f3137a002fd4989342ca842c1c7e9057454e0b6cfac9099c5788b5ea14fa452bde54bacb18aeac2
+ source =
lablgtk3-3.1.4.tar.gz::https://github.com/garrigue/lablgtk/archive/refs/tags/3.1.4.tar.gz
+ b2sums =
e3636b64b00eb250377eb2288cada8c0708aa9bd0f78f1bacf6aa317c59710dbcf49588392d0adbb07e3be1e5f67e86c3af51f411afe470484d671e867847703
pkgname = lablgtk3
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkgname=lablgtk
pkgname="${_pkgname}3"
-pkgver=3.1.3
-pkgrel=5
+pkgver=3.1.4
+pkgrel=1
pkgdesc="An Objective Caml interface to gtk3"
arch=('x86_64')
license=('LGPL')
@@ -13,7 +13,7 @@ depends=('gtk3' 'gtksourceview3' 'gtkspell3' 'ocaml-cairo')
makedepends=('ocaml-compiler-libs' 'ocaml-findlib' 'dune' 'camlp-streams')
optdepends=('ocaml: for using the tools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/garrigue/lablgtk/archive/refs/tags/${pkgver}.tar.gz")
-b2sums=('639b1a7610ea420cbae893eb40fd0a20a7605ecc89e832387f3137a002fd4989342ca842c1c7e9057454e0b6cfac9099c5788b5ea14fa452bde54bacb18aeac2')
+b2sums=('e3636b64b00eb250377eb2288cada8c0708aa9bd0f78f1bacf6aa317c59710dbcf49588392d0adbb07e3be1e5f67e86c3af51f411afe470484d671e867847703')
_dune_release_pkgs=('lablgtk3' 'lablgtk3-gtkspell3' 'lablgtk3-sourceview3')
dune_release_pkgs_comma() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lablgtk3/-/commit/97d06f3684b288e9f94095571773d33c27425f0b
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lablgtk3/-/commit/97d06f3684b288e9f94095571773d33c27425f0b
You're receiving this email because of your account on gitlab.archlinux.org.