diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-01-11 22:41:50 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-01-11 23:07:19 +0000 |
commit | 30614d0c7b5b4aecb25cf5d6319f3de9773354d7 (patch) | |
tree | f745a4d1ebd4cc7567bf64d2428761abc90d3fcf | |
parent | 1ebadfbfab2b944fc67bf291f26cd61629ff39cb (diff) | |
download | aports-30614d0c7b5b4aecb25cf5d6319f3de9773354d7.tar.gz aports-30614d0c7b5b4aecb25cf5d6319f3de9773354d7.tar.bz2 aports-30614d0c7b5b4aecb25cf5d6319f3de9773354d7.tar.xz |
community/pugixml: update maintainer e-mail
-rw-r--r-- | community/pugixml/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/pugixml/APKBUILD b/community/pugixml/APKBUILD index ff1aa784c5..7b2159e228 100644 --- a/community/pugixml/APKBUILD +++ b/community/pugixml/APKBUILD @@ -1,8 +1,7 @@ -# Contributor: Kevin Daudt <ops@ikke.info> -# Maintainer: Kevin Daudt <ops@ikke.info> +# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=pugixml pkgver=1.11.4 -pkgrel=0 +pkgrel=1 pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support" options="!check" # No testsuite url="https://pugixml.org" |