diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-01-02 16:12:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-01-02 16:13:24 +0000 |
commit | f3fa3d7361088247d25a0ceaa6d716feb02c288d (patch) | |
tree | 80ee8138e68bffe7ca4ec9ef2465f45e1ee0d616 /main | |
parent | 874c5e662147944033de92de91ffa5185cab1639 (diff) | |
download | aports-f3fa3d7361088247d25a0ceaa6d716feb02c288d.tar.bz2 aports-f3fa3d7361088247d25a0ceaa6d716feb02c288d.tar.xz |
main/gnupg: add --enable-tofu and bump pkgrel
this makes it more visible that tofu is supposed to be enabled
Diffstat (limited to 'main')
-rw-r--r-- | main/gnupg/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/gnupg/APKBUILD b/main/gnupg/APKBUILD index eb9d500c36..059fb7808e 100644 --- a/main/gnupg/APKBUILD +++ b/main/gnupg/APKBUILD @@ -3,7 +3,7 @@ pkgname=gnupg pkgver=2.2.3 _ver=${pkgver/_beta/-beta} -pkgrel=0 +pkgrel=1 pkgdesc="GNU Privacy Guard 2 - a PGP replacement tool" url="https://www.gnupg.org/" arch="all" @@ -30,7 +30,8 @@ build() { --infodir=/usr/share/info \ --localstatedir=/var \ --disable-nls \ - --enable-bzip2 + --enable-bzip2 \ + --enable-tofu make } |