summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-08-25 11:15:13 -0300
committerGiancarlo Razzolini2016-08-25 11:15:13 -0300
commit307f40ec19d4ef507552f727bd0e2027bf2ab649 (patch)
tree7bcd7cf84d461583fad23fc8872035d43ce07de0 /PKGBUILD
parent461c794f09b1dbeab6428959c16c6cb3f7eb53e5 (diff)
downloadaur-307f40ec19d4ef507552f727bd0e2027bf2ab649.tar.gz
* Removed autoconf from the makedepends=() array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c18f9e58b3b9..23da10a3286b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Giancarlo Razzolini <grazzolini@gmail.com>
pkgname=tinyssh-convert-git
pkgver=r12.3cd028e
-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' 'git')
+makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+${url}")