summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-05-10 21:56:36 +0200
committerhaawda2021-05-10 21:56:36 +0200
commit8e67d289c9b21a0f810ea6e25e5ef2fced1fd373 (patch)
tree8629f02c41f752b9dc923460a775dd20acf6c7e2
parent7a6830995e7585fa50b5ede35fe799c7d587b173 (diff)
downloadaur-8e67d289c9b21a0f810ea6e25e5ef2fced1fd373.tar.gz
adopted, cosmetic changes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d5304d9d9e9..a3ff012aa48e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = font-bh-ttf
pkgdesc = X.org Luxi Truetype fonts
pkgver = 1.0.3
- pkgrel = 7
- url = https://xorg.freedesktop.org/
+ pkgrel = 8
+ url = https://xorg.freedesktop.org/releases/individual/font/
arch = any
license = custom
makedepends = xorg-util-macros
- source = https://xorg.freedesktop.org//releases/individual/font/font-bh-ttf-1.0.3.tar.bz2
+ source = https://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-1.0.3.tar.bz2
sha256sums = 1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f
pkgname = font-bh-ttf
diff --git a/PKGBUILD b/PKGBUILD
index 40143764bb71..75e032c4af35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-#Maintainer: Gaetan Bisson <bisson@archlinux.org>
-#Contributor: Jan de Groot <jgc@archlinux.org>
+# Contributor: Gaetan Bisson <bisson@archlinux.org>
+# Contributor: Jan de Groot <jgc@archlinux.org>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=font-bh-ttf
pkgver=1.0.3
-pkgrel=7
+pkgrel=8
pkgdesc='X.org Luxi Truetype fonts'
-url='https://xorg.freedesktop.org/'
+url='https://xorg.freedesktop.org/releases/individual/font/'
license=('custom')
arch=('any')
makedepends=('xorg-util-macros')
-source=("${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2")
+source=("${url}${pkgname}-${pkgver}.tar.bz2")
sha256sums=('1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f')
build() {
@@ -27,5 +28,3 @@ package() {
actualconfigdir=/usr/share/fontconfig/conf.default
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}
-
-# vim:set sw=2 et: