summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Law2018-03-30 01:26:07 +0100
committerHarry Law2018-03-30 01:26:07 +0100
commit0d9a6bace6077f39cf16036c01f11c5cf6ee5429 (patch)
treef3eb54064f2e62335d126aa0bc69cc60885c7db8
parentc3847dd8689380dcfb92230e8a0e1398e91e2375 (diff)
downloadaur-0d9a6bace6077f39cf16036c01f11c5cf6ee5429.tar.gz
Fixed pkgver, shortened sources
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c959706f9fc8..389eb65e91fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=scientifica-font
pkgver=1.0.6
-pkgrel=1
+pkgrel=2
pkgdesc='Tall and condensed bitmap font for geeks.'
license=('SIL')
arch=('any')
@@ -11,9 +11,10 @@ url='https://github.com/NerdyPepper/scientifica'
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')
+_rawlink='https://raw.githubusercontent.com/NerdyPepper/scientifica/'
+source=("${_rawlink}master/regular/scientifica-11.bdf"
+ "${_rawlink}master/bold/scientificaBold-11.bdf"
+ "${_rawlink}master/LICENSE")
md5sums=('d5c103c0e65fa0b3cf594e762a759d8d'
'0965772b2f69aeec0d2f60194a167fc0'
'77b104b57cdfb5a0e62b76a0057009df')