summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiedleroD2022-04-04 00:05:33 +0200
committerRiedleroD2022-04-04 00:05:33 +0200
commit2ddd2b8fdbbaa300b357f0cc9d0dec85bc97ce10 (patch)
tree831059d1b072ef532ac856ce16972949e6168524
parent5a946b48b392879c9912c31c007a1004ef0cc256 (diff)
downloadaur-2ddd2b8fdbbaa300b357f0cc9d0dec85bc97ce10.tar.gz
fixed build error by replacing the 'url' field with 'urls'
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b520a650ec07..3b29f1f474f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: xNN <xNNism@gmail.com>
+# Maintainer: Riedler <dev@riedler.wien>
+# Contributor: xNN <xNNism@gmail.com>
pkgname=ttf-tannenberg
pkgver=1.0.0
pkgrel=1
pkgdesc="Old WW2 era font used for creating historical documents and artwork"
arch=('any')
-url=("http://www.1001fonts.com/tannenberg-font.html"
+urls=("http://www.1001fonts.com/tannenberg-font.html"
"https://aur.archlinux.org/packages/ttf-tannenberg")
license=('SIL Open Font License v1.1')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-mkfontdir' 'xorg-mkfontscale')