cargo-aoc: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:17:49 +01:00
parent d1f65887f1
commit c952eb1e0b

View file

@ -1,11 +1,11 @@
# Template file for 'cargo-aoc'
pkgname=cargo-aoc
version=0.3.2
revision=2
revision=3
build_wrksrc=cargo-aoc
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
makedepends="openssl-devel"
short_desc="CLI helper tool for advent of code in rust"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT, Apache-2.0"