xbps{,-static}: switch to libressl.

This commit is contained in:
Juan RP 2014-07-14 12:21:50 +02:00
parent 3e7d5ed97e
commit 5adafcb3a5
2 changed files with 4 additions and 4 deletions

View file

@ -3,14 +3,14 @@
# NOTE: keep this package synchronized with "srcpkgs/xbps".
pkgname=xbps-static
version=0.37
revision=1
revision=2
bootstrap=yes
short_desc="The XBPS package system utilities - static binaries"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.voidlinux.eu/xbps"
license="Simplified BSD"
hostmakedepends="which pkg-config"
makedepends="zlib-devel openssl-devel libarchive-devel>=3.1.2"
makedepends="zlib-devel libressl-devel libarchive-devel>=3.1.2"
depends="xbps-triggers"
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"

View file

@ -1,14 +1,14 @@
# Template file for 'xbps'
pkgname=xbps
version=0.37
revision=4
revision=5
bootstrap=yes
short_desc="The XBPS package system utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.voidlinux.eu/xbps"
license="Simplified BSD"
makedepends="zlib-devel openssl-devel libarchive-devel>=3.1.2"
makedepends="zlib-devel libressl-devel libarchive-devel>=3.1.2"
depends="xbps-triggers>=0.75"
conf_files="/etc/xbps/xbps.conf"
replaces="xbps>=0"