diff options
author | GT610 | 2024-06-18 10:34:31 +0800 |
---|---|---|
committer | GT610 | 2024-06-18 10:34:31 +0800 |
commit | 6e76751ce92c5e56e980a243f35c0b15725b2633 (patch) | |
tree | 649a138a12e0c4433a63b6ae482954095a653d74 | |
parent | 8fa236666ff06d6099905f7b27cfe29ace9b20c6 (diff) | |
download | aur-gcr-git.tar.gz |
Update && fix the make dependency issue
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = gcr-git pkgdesc = A library for bits of crypto UI and parsing - pkgver = 4.1.0+r23+160601e7 + pkgver = 4.3.0+r5+g78e5f89 pkgrel = 1 url = https://gitlab.gnome.org/GNOME/gcr arch = x86_64 @@ -12,6 +12,7 @@ pkgbase = gcr-git makedepends = meson makedepends = vala makedepends = libxslt + makedepends = glib2-devel depends = glib2 depends = libgcrypt depends = libsecret @@ -6,7 +6,7 @@ pkgname=( gcr-git gcr-docs-git ) -pkgver=4.1.0+r23+160601e7 +pkgver=4.3.0+r5+g78e5f89 pkgrel=1 pkgdesc="A library for bits of crypto UI and parsing" url="https://gitlab.gnome.org/GNOME/gcr" @@ -28,8 +28,9 @@ makedepends=( meson vala libxslt + glib2-devel ) -_commit=160601e7beef359de3e386132c96339773232b57 +_commit=78e5f89016635b4c4922e63f599b8ec81ea4b923 source=("git+https://gitlab.gnome.org/GNOME/gcr.git") b2sums=('SKIP') |