diff options
author | tcely <tcely@users.noreply.github.com> | 2019-05-14 01:05:53 -0400 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-14 15:52:25 +0000 |
commit | fb59b727890e4b9984ca38dfc5f481382bfbc60f (patch) | |
tree | ab198b9d05b846a379ab4b2d0085423ca7d0ca71 | |
parent | ecd96f77f74e8d1baf106b4496bff0da6d146af9 (diff) | |
download | aports-fb59b727890e4b9984ca38dfc5f481382bfbc60f.tar.bz2 aports-fb59b727890e4b9984ca38dfc5f481382bfbc60f.tar.xz |
community/makepasswd: enable
8e5bd3703b (community/makepasswd: disable, 2019-05-13) disabled this
package because the certificate was invalid, causing the build to fail.
The certificate has been renewed since then, so it can be enabled again.
-rw-r--r-- | community/makepasswd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/makepasswd/APKBUILD b/community/makepasswd/APKBUILD index ee4dff7da7..0b03874191 100644 --- a/community/makepasswd/APKBUILD +++ b/community/makepasswd/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.3 pkgrel=5 pkgdesc="Generates (pseudo-)random passwords of a desired length" url="http://people.defora.org/~khorben/projects/makepasswd/" -arch="" # Disable until defora.org cert is fixed +arch="all" license="GPL-3.0" depends="" makedepends="libxslt docbook-xsl openssl-dev" |