summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeppia <nonso@insicuri.net>2016-12-09 01:56:37 +0100
committerSeppia <nonso@insicuri.net>2016-12-09 01:56:37 +0100
commit1f162e69b0ad7c4d4623ab3eadf8dd674fcda7ec (patch)
treef610b9ee010b22ecc401d867441782d813a97947 /PKGBUILD
parent4511e3d96b809d8205db440a7a284c3c42c33720 (diff)
downloadotbluh-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--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ddccef..85919b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=()