Skip to content
Snippets Groups Projects
Verified Commit ba81efd8 authored by Fabian Bornschein's avatar Fabian Bornschein
Browse files

upgpkg: 2.83.3-1

parent a3ee121e
No related branches found
No related tags found
No related merge requests found
pkgbase = glib2
pkgdesc = Low level core library
pkgver = 2.83.2+r65+g26bc1d08e
pkgver = 2.83.3
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/glib
arch = x86_64
......@@ -27,14 +27,14 @@ pkgbase = glib2
depends = pcre2
depends = util-linux-libs
depends = zlib
source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=26bc1d08ec574b387ff4bcd919a020a586727bbf
source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.83.3
source = git+https://gitlab.gnome.org/GNOME/gvdb.git
source = 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
source = gio-querymodules.hook
source = glib-compile-schemas.hook
validpgpkeys = 53EF3DC3B63E2899271BD26322E8091EEA11BBB7
validpgpkeys = 923B7025EE03C1C59F42684CF0942E894B2EAFA0
b2sums = 02b7060c2107572354a9d006f69c02a87d38efd610a42a93bb2fa15bb18a47473cb7441b469d628c93176e9337527e2717df4b4a9a514ac253f84c858db95aaa
b2sums = ddc943dffef58dadbf42fb76e61f946dd26f99cffecfb4ba2f78146b303d2ea2047d1166de379d80af2afb0623d9fa226a4fa18229ee7d3c8884eaac7c82c6c1
b2sums = SKIP
b2sums = 47cd08ba7e4b3ca0cd19f6dc20e4d73e30cf90f2b78c3d620ee0c7a4d8a4b325a5e88ec2dcc3a63402c16cc1ce8061130afc313e3cbfcd220dff3e642b113a69
b2sums = 14c9211c0557f6d8d9a914f1b18b7e0e23f79f4abde117cb03ab119b95bf9fa9d7a712aa0a29beb266468aeb352caa3a9e4540503cfc9fe0bbaf764371832a96
......
......@@ -8,7 +8,7 @@ pkgname=(
glib2-devel
glib2-docs
)
pkgver=2.83.2+r65+g26bc1d08e
pkgver=2.83.3
pkgrel=1
pkgdesc="Low level core library"
url="https://gitlab.gnome.org/GNOME/glib"
......@@ -43,14 +43,13 @@ checkdepends=(
glib2
)
source=(
# "git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$pkgver"
"git+https://gitlab.gnome.org/GNOME/glib.git#commit=26bc1d08ec574b387ff4bcd919a020a586727bbf"
"git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$pkgver"
"git+https://gitlab.gnome.org/GNOME/gvdb.git"
0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
gio-querymodules.hook
glib-compile-schemas.hook
)
b2sums=('02b7060c2107572354a9d006f69c02a87d38efd610a42a93bb2fa15bb18a47473cb7441b469d628c93176e9337527e2717df4b4a9a514ac253f84c858db95aaa'
b2sums=('ddc943dffef58dadbf42fb76e61f946dd26f99cffecfb4ba2f78146b303d2ea2047d1166de379d80af2afb0623d9fa226a4fa18229ee7d3c8884eaac7c82c6c1'
'SKIP'
'47cd08ba7e4b3ca0cd19f6dc20e4d73e30cf90f2b78c3d620ee0c7a4d8a4b325a5e88ec2dcc3a63402c16cc1ce8061130afc313e3cbfcd220dff3e642b113a69'
'14c9211c0557f6d8d9a914f1b18b7e0e23f79f4abde117cb03ab119b95bf9fa9d7a712aa0a29beb266468aeb352caa3a9e4540503cfc9fe0bbaf764371832a96'
......@@ -60,11 +59,6 @@ validpgpkeys=(
923B7025EE03C1C59F42684CF0942E894B2EAFA0 # Philip Withnall <pwithnall@gnome.org>
)
pkgver() {
cd glib
git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
cd glib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment