summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLester2019-10-27 11:46:17 +0800
committerGitHub2019-10-27 11:46:17 +0800
commit9903b568192c3b872b496a852848efa32b95aac4 (patch)
tree5dcd680a790bad68950f6153c71c3c186d61c79c /PKGBUILD
parent31f4f1f2cc7e65486df9dda7fdaa48157078ab2f (diff)
parent7a59007c34bc8ed936669aaa989792a6c51da976 (diff)
downloadaur-ttf-liberation-sans-narrow.tar.gz
Merge pull request #2 from mij-aur-packages/update-pkg
Update pkg (1.07.6)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a10636e259f4..bba894665f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,23 +8,22 @@
# Package Repository: https://github.com/mij-aur-packages/ttf-liberation-sans-narrow
pkgname=ttf-liberation-sans-narrow
-pkgver=1.07.4
+pkgver=1.07.6
pkgrel=1
pkgdesc="Red Hat's Liberation Sans Narrow"
arch=('any')
license=('custom' 'GPL2')
-url='https://www.redhat.com/promo/fonts/'
+url='https://github.com/liberationfonts/liberation-sans-narrow'
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
optdepends=('ttf-liberation: Main liberation fonts')
provides=('ttf-font')
-install=ttf.install
-source=("https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-$pkgver.tar.gz"
+source=("https://github.com/liberationfonts/liberation-sans-narrow/files/2579431/liberation-narrow-fonts-ttf-${pkgver}.tar.gz"
30-0-liberation-sans-narrow.conf)
-sha256sums=('61a7e2b6742a43c73e8762cdfeaf6dfcf9abdd2cfa0b099a9854d69bc4cfee5c'
+sha256sums=('8879d89b5ff7b506c9fc28efc31a5c0b954bbe9333e66e5283d27d20a8519ea3'
'b9da42411e2035d87a366c7de9f85004e681a2fc4ea7dd82a17e7a1ce9715908')
package() {
- cd "$srcdir/liberation-fonts-ttf-$pkgver"
+ cd "$srcdir/liberation-narrow-fonts-ttf-$pkgver"
install -d "$pkgdir/usr/share/fonts/TTF/"
install -m644 LiberationSansNarrow*.ttf "$pkgdir/usr/share/fonts/TTF/"
@@ -33,6 +32,5 @@ package() {
install -Dm0644 ../30-0-liberation-sans-narrow.conf "$pkgdir/etc/fonts/conf.avail/30-$pkgname-sans.conf"
# install license
- install -Dm644 "${srcdir}/liberation-fonts-ttf-${pkgver}/License.txt" \
- "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm644 License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}