diff options
Diffstat (limited to 'testing/znc-push/APKBUILD')
-rw-r--r-- | testing/znc-push/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/znc-push/APKBUILD b/testing/znc-push/APKBUILD index 5687cd169eb..976df8e8957 100644 --- a/testing/znc-push/APKBUILD +++ b/testing/znc-push/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Mike Crute <mike@crute.us> pkgname=znc-push pkgver=0_git20210507 -pkgrel=3 +pkgrel=4 pkgdesc="Push notification service module for ZNC" url="https://wiki.znc.in/Push" arch="all" license="MIT" -makedepends="znc-dev icu-dev openssl-dev zlib-dev" +makedepends="znc-dev icu-dev openssl-dev>3 zlib-dev" # Upstream does not version, instead use the most recent hash of their master branch _latest_upstream_hash="21c4da3b3173c0138f5c9e49ae9863a70600518b" source="$pkgname-$pkgver.tar.gz::https://github.com/jreese/znc-push/archive/$_latest_upstream_hash.tar.gz" |