diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-03 15:19:09 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-03 19:52:35 +0000 |
commit | fef9806a52b1438544f481d6cf21fb44ce0e0405 (patch) | |
tree | 0885a7a8e57b5e6d7ae8bc25bd77c45f5837480d | |
parent | d68a9b9a8b522f58fec7d22e93e62c9ec670ca73 (diff) |
main/pkgconf: adopt
-rw-r--r-- | main/pkgconf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/pkgconf/APKBUILD b/main/pkgconf/APKBUILD index 2dff7b4a341..cf8e353b127 100644 --- a/main/pkgconf/APKBUILD +++ b/main/pkgconf/APKBUILD @@ -1,7 +1,7 @@ -# Maintainer: +# Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=pkgconf pkgver=1.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="development framework configuration tools" url="https://git.dereferenced.org/pkgconf/pkgconf" arch="all" |