summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia2016-12-09 01:56:37 +0100
committerSeppia2016-12-09 01:56:37 +0100
commit1f162e69b0ad7c4d4623ab3eadf8dd674fcda7ec (patch)
treef610b9ee010b22ecc401d867441782d813a97947
parent4511e3d96b809d8205db440a7a284c3c42c33720 (diff)
downloadaur-1f162e69b0ad7c4d4623ab3eadf8dd674fcda7ec.tar.gz
fixed pkgbuild architecture dependencies and added maintainer name
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93b2b1e89706..04d2abd1b6f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Dec 8 20:35:05 UTC 2016
+# Fri Dec 9 00:55:33 UTC 2016
pkgbase = otbluh-git
pkgdesc = simple one time pad implementation with key generating support
pkgver = r76.a0ae5aa
- pkgrel = 1
+ pkgrel = 2
url = https://git.eigenlab.org/seppia/onetimebluh
- arch = x86
+ arch = i686
arch = x86_64
arch = aarch64
license = GPLv3
makedepends = git
- makedepends = openssl
depends = openssl
provides = otbluh
conflicts = otbluh
diff --git a/PKGBUILD b/PKGBUILD
index 8ddccef5aadd..85919b34c7b1 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=()