diff options
-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" |