diff options
author | Seppia <nonso@insicuri.net> | 2016-12-09 01:56:37 +0100 |
---|---|---|
committer | Seppia <nonso@insicuri.net> | 2016-12-09 01:56:37 +0100 |
commit | 1f162e69b0ad7c4d4623ab3eadf8dd674fcda7ec (patch) | |
tree | f610b9ee010b22ecc401d867441782d813a97947 /PKGBUILD | |
parent | 4511e3d96b809d8205db440a7a284c3c42c33720 (diff) | |
download | otbluh-git-1f162e69b0ad7c4d4623ab3eadf8dd674fcda7ec.tar.gz otbluh-git-1f162e69b0ad7c4d4623ab3eadf8dd674fcda7ec.tar.bz2 otbluh-git-1f162e69b0ad7c4d4623ab3eadf8dd674fcda7ec.zip |
fixed pkgbuild architecture dependencies and added maintainer name
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,14 +1,14 @@ -# Maintainer: Your Name <seppia@seppio.fish> +# Maintainer: Seppia <seppia@seppio.fish> pkgname=otbluh-git pkgver=r76.a0ae5aa -pkgrel=1 +pkgrel=2 pkgdesc="simple one time pad implementation with key generating support" -arch=('x86' 'x86_64' 'aarch64') +arch=('i686' 'x86_64' 'aarch64') url="https://git.eigenlab.org/seppia/onetimebluh" license=('GPLv3') groups=() depends=('openssl') -makedepends=('git' 'openssl') +makedepends=('git') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") replaces=() |