* update libgee to 0.20.6-2

This commit is contained in:
Alexander Baldeck 2024-08-22 07:47:44 +02:00
parent d4c4aec0d4
commit f6b1b4c10f
3 changed files with 26 additions and 3 deletions

21
libgee/.SRCINFO Normal file
View File

@ -0,0 +1,21 @@
pkgbase = libgee
pkgdesc = A collection library providing GObject-based interfaces and classes for commonly used data structures
pkgver = 0.20.6
pkgrel = 2
url = https://gitlab.gnome.org/GNOME/libgee
arch = x86_64
license = LGPL2.1
makedepends = gobject-introspection
makedepends = vala
makedepends = autoconf-archive
makedepends = git
depends = glib2
source = git+https://gitlab.gnome.org/GNOME/libgee.git#commit=7d332f82c750ba72a6c625f38e4bfd44b786a926
sha256sums = SKIP
pkgname = libgee
depends = glib2
depends = libglib-2.0.so
depends = libgobject-2.0.so
depends = libgio-2.0.so
provides = libgee-0.8.so

3
libgee/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[libgee]
source = "git"
git = "https://gitlab.gnome.org/GNOME/libgee.git"

View File

@ -5,14 +5,13 @@
pkgname=libgee
pkgver=0.20.6
pkgrel=1
pkgrel=2
pkgdesc="A collection library providing GObject-based interfaces and classes for commonly used data structures"
url="https://gitlab.gnome.org/GNOME/libgee"
license=(LGPL2.1)
arch=(x86_64 powerpc64le powerpc riscv64)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
depends=(glib2)
makedepends=(gobject-introspection vala autoconf-archive git)
options=(debug)
_commit=7d332f82c750ba72a6c625f38e4bfd44b786a926 # tags/0.20.6^0
source=("git+https://gitlab.gnome.org/GNOME/libgee.git#commit=$_commit")
sha256sums=('SKIP')