summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrewSC2020-05-31 20:37:48 -0400
committerandrewSC2020-05-31 20:37:48 -0400
commitc7e20b143c626fddd65ef021cb560f11e3f9342b (patch)
tree565df0684e3f36daff79d927feb497038258b022
parentf4a35e5860b731f4a1a40bcefb34325e0cdf5641 (diff)
downloadaur-c7e20b143c626fddd65ef021cb560f11e3f9342b.tar.gz
Disabling merge rename detection
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40dfc9d360f3..b9549cf2ce5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-google-fonts-git
pkgdesc = TrueType fonts from the Google Fonts project (git version)
- pkgver = r1875.860390da
+ pkgver = r1935.5f3675b8
pkgrel = 1
epoch = 1
url = https://github.com/google/fonts
diff --git a/PKGBUILD b/PKGBUILD
index 417b7c1e4d3f..22ba11a69e4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: Alexander De Sousa <archaur.xandy21@spamgourmet.com>
pkgname=ttf-google-fonts-git
-pkgver=r1875.860390da
+pkgver=r1935.5f3675b8
pkgrel=1
epoch=1
pkgdesc="TrueType fonts from the Google Fonts project (git version)"
@@ -91,7 +91,7 @@ prepare() {
# NOTE: Remove VTT commit for Rubik as it caused some issues with display.
# See: https://github.com/google/fonts/issues/1137
- git revert -n dfd435109b718b1c5a8da7bd0872c751e2ae1820
+ git -c merge.renames=0 revert -n dfd435109b718b1c5a8da7bd0872c751e2ae1820
# NOTE: Adobe Blank is not meant to be installed.
# See: https://github.com/google/fonts/issues/2106#issuecomment-520067314