Skip to content
Snippets Groups Projects
Commit ab670d2f authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

3.38-1

parent 1fe05ea7
No related branches found
Tags 46.2-1
No related merge requests found
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gcr pkgname=gcr
pkgver=3.36 pkgver=3.38
pkgrel=1 pkgrel=1
pkgdesc="A library for bits of crypto UI and parsing" pkgdesc="A library for bits of crypto UI and parsing"
url="https://gitlab.gnome.org/GNOME/gcr" url="https://gitlab.gnome.org/GNOME/gcr"
...@@ -11,7 +11,7 @@ license=(GPL2) ...@@ -11,7 +11,7 @@ license=(GPL2)
depends=(gtk3 libgcrypt p11-kit) depends=(gtk3 libgcrypt p11-kit)
makedepends=(gobject-introspection vala libxslt git gtk-doc meson) makedepends=(gobject-introspection vala libxslt git gtk-doc meson)
provides=(libgck-1.so libgcr-{base,ui}-3.so) provides=(libgck-1.so libgcr-{base,ui}-3.so)
_commit=802aa20c041216d4277ea95abc320dab2bb9ff08 # tags/3.36^0 _commit=34802eae03c6ae21570964c042f8832725ab1e0d # tags/3.38^0
backup=(etc/security/limits.d/10-gcr.conf) backup=(etc/security/limits.d/10-gcr.conf)
source=("git+https://gitlab.gnome.org/GNOME/gcr.git#commit=$_commit") source=("git+https://gitlab.gnome.org/GNOME/gcr.git#commit=$_commit")
sha256sums=('SKIP') sha256sums=('SKIP')
...@@ -27,7 +27,7 @@ prepare() { ...@@ -27,7 +27,7 @@ prepare() {
build() { build() {
arch-meson $pkgname build arch-meson $pkgname build
ninja -C build meson compile -C build
} }
check() { check() {
......
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