Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libpeas-2


Commits:
a66de1a1 by Jan Alexander Steffens (heftig) at 2024-06-29T01:58:19+02:00
2.0.3-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = libpeas-2
        pkgdesc = GObject Plugin System
-       pkgver = 2.0.1
-       pkgrel = 2
+       pkgver = 2.0.3
+       pkgrel = 1
        url = https://wiki.gnome.org/Projects/Libpeas
        arch = x86_64
        license = LGPL-2.1-or-later
@@ -10,6 +10,7 @@ pkgbase = libpeas-2
        makedepends = git
        makedepends = gjs
        makedepends = glade
+       makedepends = glib2-devel
        makedepends = gobject-introspection
        makedepends = js115
        makedepends = lua51
@@ -20,9 +21,11 @@ pkgbase = libpeas-2
        makedepends = python-gobject
        makedepends = python-setuptools
        makedepends = vala
+       depends = gcc-libs
        depends = glib2
-       source = 
git+https://gitlab.gnome.org/GNOME/libpeas.git#commit=63bc9ecb185865024f05c43f1084f50b2240844a
-       b2sums = SKIP
+       depends = glibc
+       source = git+https://gitlab.gnome.org/GNOME/libpeas.git#tag=2.0.3
+       b2sums = 
d885a5334fc7915a452713ce4f18eed31ef0eeb4a210ffb0551b0d7e46984f923070ea1f5e141390a87d0305c77c76ddece22669dfefbb12e097a685668b72a7
 
 pkgname = libpeas-2
        optdepends = gjs: GJS loader


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[libpeas-2]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/libpeas.git";
+include_regex = '\d+\.\d*[02468]\.\d+'


=====================================
PKGBUILD
=====================================
@@ -6,20 +6,23 @@ pkgname=(
   libpeas-2
   libpeas-2-docs
 )
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.3
+pkgrel=1
 pkgdesc="GObject Plugin System"
 url="https://wiki.gnome.org/Projects/Libpeas";
 arch=(x86_64)
 license=(LGPL-2.1-or-later)
 depends=(
+  gcc-libs
   glib2
+  glibc
 )
 makedepends=(
   gi-docgen
   git
   gjs
   glade
+  glib2-devel
   gobject-introspection
   js115
   lua51
@@ -32,14 +35,8 @@ makedepends=(
   vala
 )
 checkdepends=(xorg-server-xvfb)
-_commit=63bc9ecb185865024f05c43f1084f50b2240844a  # tags/2.0.1^0
-source=("git+https://gitlab.gnome.org/GNOME/libpeas.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd libpeas
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/libpeas.git#tag=$pkgver";)
+b2sums=('d885a5334fc7915a452713ce4f18eed31ef0eeb4a210ffb0551b0d7e46984f923070ea1f5e141390a87d0305c77c76ddece22669dfefbb12e097a685668b72a7')
 
 prepare() {
   cd libpeas



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpeas-2/-/commit/a66de1a177b64fd84358db2cfd49a7b16893cbcd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpeas-2/-/commit/a66de1a177b64fd84358db2cfd49a7b16893cbcd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to