testing/btpd: rebuild against openssl 1.1

This commit is contained in:
Natanael Copa 2018-11-06 17:42:06 +00:00
parent 4ae40b33ec
commit 896e4ca2aa

View File

@ -2,13 +2,13 @@
# Maintainer: Cág <ca6c@bitmessage.ch>
pkgname=btpd
pkgver=0.16
pkgrel=0
pkgrel=1
pkgdesc="The BitTorrent Protocol Daemon"
url="https://github.com/btpd/btpd"
arch="all"
license="BSD-2-Clause BSD-3-Clause"
depends=""
makedepends="autoconf automake libressl-dev"
makedepends="autoconf automake openssl-dev"
install=""
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz"