summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Law2018-03-30 01:04:23 +0100
committerHarry Law2018-03-30 01:04:23 +0100
commitc3847dd8689380dcfb92230e8a0e1398e91e2375 (patch)
tree815da949c718661d78f8092d58ce2bea90530d17
parentedf38675959e08bb4e252918c1fbe08c7d46256c (diff)
downloadaur-c3847dd8689380dcfb92230e8a0e1398e91e2375.tar.gz
Updated sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
-rw-r--r--scientifica-font.install2
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f496f6c1ac27..d230d3885546 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scientifica-font
pkgdesc = Tall and condensed bitmap font for geeks.
- pkgver = 1.0.5
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/NerdyPepper/scientifica
install = scientifica-font.install
@@ -13,7 +13,7 @@ pkgbase = scientifica-font
source = https://raw.githubusercontent.com/NerdyPepper/scientifica/master/regular/scientifica-11.bdf
source = https://raw.githubusercontent.com/NerdyPepper/scientifica/master/bold/scientificaBold-11.bdf
source = https://raw.githubusercontent.com/NerdyPepper/scientifica/master/LICENSE
- md5sums = 2eccb0b8d69c781ff1a26b6e4093121c
+ md5sums = d5c103c0e65fa0b3cf594e762a759d8d
md5sums = 0965772b2f69aeec0d2f60194a167fc0
md5sums = 77b104b57cdfb5a0e62b76a0057009df
diff --git a/PKGBUILD b/PKGBUILD
index f31942e5877c..c959706f9fc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Savino Jossi <savino.jossi@gmail.com>
pkgname=scientifica-font
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc='Tall and condensed bitmap font for geeks.'
-license=( 'SIL' )
-arch=( 'any' )
+license=('SIL')
+arch=('any')
url='https://github.com/NerdyPepper/scientifica'
-depends=( 'xorg-fonts-encodings' 'xorg-font-utils' 'fontconfig' )
-optdepends=( 'xorg-fonts-alias' )
+depends=('xorg-fonts-encodings' 'xorg-font-utils' 'fontconfig')
+optdepends=('xorg-fonts-alias')
install=scientifica-font.install
source=('https://raw.githubusercontent.com/NerdyPepper/scientifica/master/regular/scientifica-11.bdf'
'https://raw.githubusercontent.com/NerdyPepper/scientifica/master/bold/scientificaBold-11.bdf'
'https://raw.githubusercontent.com/NerdyPepper/scientifica/master/LICENSE')
-md5sums=('2eccb0b8d69c781ff1a26b6e4093121c'
+md5sums=('d5c103c0e65fa0b3cf594e762a759d8d'
'0965772b2f69aeec0d2f60194a167fc0'
'77b104b57cdfb5a0e62b76a0057009df')
diff --git a/scientifica-font.install b/scientifica-font.install
index 0c12a14c45c2..66d3d2229660 100644
--- a/scientifica-font.install
+++ b/scientifica-font.install
@@ -1,6 +1,6 @@
_cache() {
echo "Updating font cache..."
- fc-cache -fs
+ fc-cache -vfs
mkfontscale /usr/share/fonts/misc
mkfontdir /usr/share/fonts/misc
}