summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKai Ninomiya2016-03-14 14:33:10 -0400
committerKai Ninomiya2016-03-14 14:51:28 -0400
commit192a4e8d65a73a331d2048cf804df1bd0b6ebf67 (patch)
tree225ea5c5a5a551d74bd7bb5604d771cba704704b /PKGBUILD
parent3515720e1e78d1973819aadcdf716811df86139c (diff)
downloadaur-192a4e8d65a73a331d2048cf804df1bd0b6ebf67.tar.gz
Clone over HTTPS; add 2 conflicts/provides; bump pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 590a39ec8443..e1389695bb3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@
# Inconsolata: Google ships a modified version.
pkgname=ttf-google-fonts-opinionated-git
-pkgver=20150721
+pkgver=20160311
pkgrel=1
pkgdesc="TrueType fonts from the Google Fonts project"
arch=('any')
@@ -40,6 +40,7 @@ depends=('fontconfig'
makedepends=('git')
conflicts=('adobe-source-code-pro-fonts'
'adobe-source-sans-pro-fonts'
+ 'adobe-source-serif-pro-fonts'
'googlefontdirectory'
'jsmath-fonts'
'lohit-fonts'
@@ -52,6 +53,7 @@ conflicts=('adobe-source-code-pro-fonts'
'ttf-cardo'
'ttf-chromeos-fonts'
'ttf-comfortaa'
+ 'ttf-croscore'
'ttf-google-fonts-git'
'ttf-google-fonts-hg'
'ttf-google-webfonts'
@@ -80,7 +82,7 @@ conflicts=('adobe-source-code-pro-fonts'
'ttf-vollkorn'
'ttf-lato')
provides=("${conflicts[@]}" 'ttf-font')
-source=("git://github.com/google/fonts.git")
+source=("git+https://github.com/google/fonts.git")
md5sums=('SKIP')
install=ttf-google-fonts-opinionated-git.install