summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralive4ever2018-12-30 00:52:33 +0000
committeralive4ever2018-12-30 00:52:33 +0000
commit600dcc23124cdcca80c2ce8127a1ea6ec15b09a8 (patch)
tree0192230f595ff5e1185589a7f74d07f3454ea2f5
parent3921590d88ca09e1b5eb2a67804fb3ed0333d2f3 (diff)
downloadaur-600dcc23124cdcca80c2ce8127a1ea6ec15b09a8.tar.gz
build: Add libbsd as build dependency
It seems that libressl optionally use libbsd. To fulfill this, add libbsd as build dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e58254add8b4..1f652facb7c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = libressl-netcat
pkgdesc = Low level UDP/TCP connection tool with support for TLS protocol
pkgver = 2.8.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.libressl.org
arch = x86_64
arch = i686
license = isc
license = custom:Openssl
+ makedepends = libbsd
depends = ca-certificates
provides = netcat
conflicts = openbsd-netcat
diff --git a/PKGBUILD b/PKGBUILD
index 33b43080338c..ab723302105b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer=alive4ever
pkgname=libressl-netcat
pkgver=2.8.3
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'i686')
pkgdesc="Low level UDP/TCP connection tool with support for TLS protocol"
url=https://www.libressl.org
license=('isc' 'custom:Openssl')
depends=('ca-certificates')
+makedepends=('libbsd')
provides=('netcat')
conflicts=('openbsd-netcat' 'gnu-netcat')
source=("https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz"