summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-08-25 11:13:30 -0300
committerGiancarlo Razzolini2016-08-25 11:13:30 -0300
commit11fbec529c34c791a1d8dfc3b0e2b8e558f52d05 (patch)
tree4669f0377f6808ddcfff7d46d1df26e78d35ac47 /PKGBUILD
parentbcd58348914bd035f65a85bd04d74f42e6d8f9fe (diff)
downloadaur-11fbec529c34c791a1d8dfc3b0e2b8e558f52d05.tar.gz
* Removed the unecessary makedepends=() array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a69ba73e4eb4..d32360731a31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
# Maintainer: Giancarlo Razzolini <grazzolini@gmail.com>
pkgname=tinyssh-convert
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="converter for ed25519 keys from OpenSSH to TinySSH format"
arch=('x86_64' 'i686')
url="https://github.com/ansemjo/tinyssh-convert"
license=('MIT')
-makedepends=('autoconf' 'automake')
provides=("${pkgname}")
conflicts=("${pkgname}-git")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")