main/{bind,dhcp}: use project urls

This commit is contained in:
Sertonix 2024-07-12 15:23:35 +02:00 committed by Mike Crute
parent 96362e02c6
commit 539ec9dc88
2 changed files with 4 additions and 4 deletions

View File

@ -10,9 +10,9 @@ _ver=${pkgver%_p*}
_p=${pkgver#*_p} _p=${pkgver#*_p}
_major=${pkgver%%.*} _major=${pkgver%%.*}
[ "$_p" != "$pkgver" ] && _ver="$_ver-P$_p" [ "$_p" != "$pkgver" ] && _ver="$_ver-P$_p"
pkgrel=0 pkgrel=1
pkgdesc="The ISC DNS server" pkgdesc="The ISC DNS server"
url="https://www.isc.org/" url="https://www.isc.org/bind/"
arch="all" arch="all"
license="MPL-2.0" license="MPL-2.0"
# check: requires bind server # check: requires bind server

View File

@ -3,9 +3,9 @@
pkgname=dhcp pkgname=dhcp
pkgver=4.4.3_p1 pkgver=4.4.3_p1
_projver=${pkgver/_p/-P} _projver=${pkgver/_p/-P}
pkgrel=4 pkgrel=5
pkgdesc="ISC Dynamic Host Configuration Protocol (DHCP)" pkgdesc="ISC Dynamic Host Configuration Protocol (DHCP)"
url="https://www.isc.org/" url="https://www.isc.org/dhcp/"
arch="all" arch="all"
license="MPL-2.0" license="MPL-2.0"
depends_static="$pkgname-dev=$pkgver-r$pkgrel" depends_static="$pkgname-dev=$pkgver-r$pkgrel"