grub-customizer: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:01 +01:00
parent fa0c98488d
commit 2cd209a3ca
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'grub-customizer'
pkgname=grub-customizer
version=5.1.0
revision=4
revision=5
build_style=cmake
hostmakedepends="pkg-config"
makedepends="gtkmm-devel libressl-devel libarchive-devel"
makedepends="gtkmm-devel openssl-devel libarchive-devel"
depends="hicolor-icon-theme grub-utils"
conf_files="/etc/grub-customizer/grub.cfg"
archs="i686* x86_64*"