diff options
author | Chocobo1 | 2023-04-11 15:35:49 +0800 |
---|---|---|
committer | Chocobo1 | 2023-04-11 15:35:49 +0800 |
commit | 9b9c2260bbcc9c2dfa23620c7d124e70a1070622 (patch) | |
tree | 3e54e482f9d18ab51b943fef21cbd27df720f85f /PKGBUILD | |
parent | 04970eb271189372e4fd558fa499e927445abf44 (diff) | |
download | aur-libgpg-error-git.tar.gz |
upgpkg: libgpg-error-git 1.47.r3.g9c17795-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net> pkgname=libgpg-error-git -pkgver=1.36.r2.g86cb22a +pkgver=1.47.r3.g9c17795 pkgrel=1 pkgdesc="Error codes library used by GnuPG et al." arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ url="https://www.gnupg.org/software/libgpg-error/index.html" license=('LGPL') depends=('glibc' 'sh') makedepends=('git') -provides=('libgpg-error') +provides=("libgpg-error=$pkgver") conflicts=('libgpg-error') source=("git+https://dev.gnupg.org/source/libgpg-error.git") sha256sums=('SKIP') |