upgpkg: awl-dns-git 0.6.10.r16.g2104727-1

Change to American English spelling of license
This commit is contained in:
Sam Therapy 2024-03-15 18:30:10 +01:00
parent 3675712d48
commit ac9fad098d
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = awl-dns-git
pkgdesc = A DNS client
pkgver = 0.6.7.r4.g45d1aaf
pkgver = 0.6.10.r16.g2104727
pkgrel = 1
url = https://git.froth.zone/sam/awl
arch = i686

View file

@ -1,6 +1,6 @@
# Maintainer: Sam Therapy <sam at samtherapy dot net>
pkgname=awl-dns-git
pkgver=0.6.7.r4.g45d1aaf
pkgver=0.6.10.r16.g2104727
pkgrel=1
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
pkgdesc="A DNS client"
@ -38,5 +38,5 @@ build() {
package() {
cd "$srcdir/$pkgname"
make VERSION=$pkgver DESTDIR="$pkgdir" PREFIX="/usr" install
install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}