testing/znc-*: fix build dependencies

This commit is contained in:
Mike Crute 2024-09-25 22:26:28 -07:00
parent 0f9f468777
commit ca8f87a1de
4 changed files with 8 additions and 8 deletions

View File

@ -2,12 +2,12 @@
# Maintainer: Mike Crute <mike@crute.us>
pkgname=znc-backlog
pkgver=0_git20210503
pkgrel=7
pkgrel=8
pkgdesc="Request backlog for IRC channels"
url="https://wiki.znc.in/Backlog"
arch="all"
license="Apache-2.0"
makedepends="znc-dev icu-dev openssl-dev>3 zlib-dev"
makedepends="cmake python3 znc znc-dev icu-dev openssl-dev zlib-dev"
# Upstream does not version, instead use the most recent hash of their master branch
_latest_upstream_hash="44314a6aca0409ae59b0d841807261be1159fff4"
source="$pkgname-$pkgver.tar.gz::https://github.com/FruitieX/znc-backlog/archive/$_latest_upstream_hash.tar.gz"

View File

@ -2,12 +2,12 @@
# Maintainer: Mike Crute <mike@crute.us>
pkgname=znc-clientbuffer
pkgver=1.0.48
pkgrel=7
pkgrel=8
pkgdesc="ZNC module for client specific buffers"
url="https://wiki.znc.in/Clientbuffer"
arch="all"
license="MIT"
makedepends="znc-dev icu-dev openssl-dev>3 zlib-dev"
makedepends="cmake python3 znc znc-dev icu-dev openssl-dev zlib-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/CyberShadow/znc-clientbuffer/archive/refs/tags/v$pkgver.tar.gz"
options="!check" # Upstream has no tests
builddir="$srcdir/$pkgname-$pkgver"

View File

@ -2,12 +2,12 @@
# Maintainer: Mike Crute <mike@crute.us>
pkgname=znc-playback
pkgver=0_git20210503
pkgrel=7
pkgrel=8
pkgdesc="An advanced playback module for ZNC"
url="https://wiki.znc.in/Playback"
arch="all"
license="Unlicense"
makedepends="znc-dev icu-dev openssl-dev>3 zlib-dev"
makedepends="cmake python3 znc znc-dev icu-dev openssl-dev zlib-dev"
# Upstream does not version, instead use the most recent hash of their master branch
_latest_upstream_hash="8dd128bfe2b24b2cc6a9ea2e2d28bfaa28d2a833"
source="$pkgname-$pkgver.tar.gz::https://github.com/jpnurmi/znc-playback/archive/$_latest_upstream_hash.tar.gz"

View File

@ -2,12 +2,12 @@
# Maintainer: Mike Crute <mike@crute.us>
pkgname=znc-push
pkgver=0_git20220823
pkgrel=7
pkgrel=8
pkgdesc="Push notification service module for ZNC"
url="https://wiki.znc.in/Push"
arch="all"
license="MIT"
makedepends="znc-dev icu-dev openssl-dev>3 zlib-dev"
makedepends="cmake python3 znc znc-dev icu-dev openssl-dev zlib-dev"
# Upstream does not version, instead use the most recent hash of their master branch
_latest_upstream_hash="23d84678de2696e0b1f51aa5074764d29a98d37b"
source="$pkgname-$pkgver.tar.gz::https://github.com/jreese/znc-push/archive/$_latest_upstream_hash.tar.gz"