summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiedleroD2022-04-04 00:08:44 +0200
committerRiedleroD2022-04-04 00:08:44 +0200
commit50c523e62df6c0aff893971051b81104ad4d4988 (patch)
treed35cca2cd3dd3412323bb517da770209eb5140a3
parent953f53ebe1f46444f956e5a2fdaa8186bf1e28b5 (diff)
downloadaur-50c523e62df6c0aff893971051b81104ad4d4988.tar.gz
actually just removed the invalid url instead of tiptoeing around it like an idiot
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1352e6f6ed9a..19fa3adc0118 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = ttf-tannenberg
pkgdesc = Old WW2 era font used for creating historical documents and artwork
pkgver = 1.0.0
pkgrel = 1
+ url = http://www.1001fonts.com/tannenberg-font.html
install = ttf-tannenberg.install
arch = any
license = SIL Open Font License v1.1
diff --git a/PKGBUILD b/PKGBUILD
index 3b29f1f474f7..7e4546534bee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,7 @@ pkgver=1.0.0
pkgrel=1
pkgdesc="Old WW2 era font used for creating historical documents and artwork"
arch=('any')
-urls=("http://www.1001fonts.com/tannenberg-font.html"
- "https://aur.archlinux.org/packages/ttf-tannenberg")
+url="http://www.1001fonts.com/tannenberg-font.html"
license=('SIL Open Font License v1.1')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-mkfontdir' 'xorg-mkfontscale')
install=ttf-tannenberg.install