summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2016-12-16 13:11:02 +0200
committervlad2016-12-16 13:11:02 +0200
commitf6a82e248cbe6a8d1df9130f610b408d6a250e96 (patch)
treed61329560622f1814d012f8fb58e7d56f8d77126
parente1c8a5908b74af1021106c81f903aa5c7dad3532 (diff)
downloadaur-f6a82e248cbe6a8d1df9130f610b408d6a250e96.tar.gz
add ttf-overpass
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
-rw-r--r--font.install4
3 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64003752541f..9230628e21fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Sep 4 21:26:34 UTC 2016
pkgbase = ttf-google-fonts-git
pkgdesc = TrueType fonts from the Google Fonts project
- pkgver = 20151118
- pkgrel = 2
+ pkgver = 20161214
+ pkgrel = 1
url = https://github.com/google/fonts
install = font.install
arch = any
@@ -47,6 +45,7 @@ pkgbase = ttf-google-fonts-git
provides = ttf-nova
provides = ttf-oldstandard
provides = ttf-opensans
+ provides = ttf-overpass
provides = ttf-oxygen
provides = ttf-oxygen-git
provides = ttf-pt-mono
@@ -94,6 +93,7 @@ pkgbase = ttf-google-fonts-git
conflicts = ttf-nova
conflicts = ttf-oldstandard
conflicts = ttf-opensans
+ conflicts = ttf-overpass
conflicts = ttf-oxygen
conflicts = ttf-oxygen-git
conflicts = ttf-pt-mono
@@ -107,7 +107,7 @@ pkgbase = ttf-google-fonts-git
conflicts = ttf-source-sans-pro
conflicts = ttf-ubuntu-font-family
conflicts = ttf-vollkorn
- source = git://github.com/google/fonts.git
+ source = git+https://github.com/google/fonts.git
md5sums = SKIP
pkgname = ttf-google-fonts-git
diff --git a/PKGBUILD b/PKGBUILD
index cd56c063e904..a5e774c1484c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Alexander De Sousa <archaur.xandy21@spamgourmet.com>
pkgname=ttf-google-fonts-git
-pkgver=20151118
-pkgrel=2
+pkgver=20161214
+pkgrel=1
pkgdesc="TrueType fonts from the Google Fonts project"
arch=('any')
url="https://github.com/google/fonts"
@@ -52,6 +52,7 @@ conflicts=('adobe-source-code-pro-fonts'
'ttf-nova'
'ttf-oldstandard'
'ttf-opensans'
+ 'ttf-overpass'
'ttf-oxygen'
'ttf-oxygen-git'
'ttf-pt-mono'
@@ -66,7 +67,7 @@ conflicts=('adobe-source-code-pro-fonts'
'ttf-ubuntu-font-family'
'ttf-vollkorn')
provides=("${conflicts[@]}" 'ttf-font')
-source=("git://github.com/google/fonts.git")
+source=("git+https://github.com/google/fonts.git")
md5sums=('SKIP')
install=font.install
diff --git a/font.install b/font.install
index 67445cf458e1..7521b6991a1e 100644
--- a/font.install
+++ b/font.install
@@ -1,5 +1,5 @@
post_install() {
- echo -n "Updating font cache... "
+ echo -n "Update font cache..."
fc-cache -fs > /dev/null
mkfontscale /usr/share/fonts/TTF
mkfontdir /usr/share/fonts/TTF
@@ -12,4 +12,4 @@ post_upgrade() {
post_remove() {
post_install $1
-}
+} \ No newline at end of file