summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjogrue2019-10-10 10:15:51 +0200
committerjogrue2019-10-10 10:15:51 +0200
commit36e3a44f8a465787ef29775c8a406049109115f5 (patch)
treefa5caf04320c4bd57f6250f82c84bf0b90f19b7f
parente2caeed05923d80d0de3f1e25e0254ee800a4e06 (diff)
downloadaur-36e3a44f8a465787ef29775c8a406049109115f5.tar.gz
Returned version number scheme to original to ensure auto-updates
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aad3355a373f..e3a3dd333c13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-adobe-source-fonts
pkgdesc = TTF versions of Adobe's Source fonts (includes non-variable versions of Source Sans Pro, Source Serif Pro, and Source Code Pro).
- pkgver = sans+3.006R+serif+3.000R+code+2.030R+ro+1.050R+it
+ pkgver = 3.006R+3.000R+2.030R+ro+1.050R+it
pkgrel = 3
url = https://github.com/adobe-fonts
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index a27920f64899..ffdfcc4c127c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=ttf-adobe-source-fonts
_relver_sans=3.006R
_relver_serif=3.000R
_relver_code=2.030R-ro/1.050R-it
-pkgver=sans+${_relver_sans//[\-\/]/+}+serif+${_relver_serif//[\-\/]/+}+code+${_relver_code//[\-\/]/+}
+pkgver=${_relver_sans//[\-\/]/+}+${_relver_serif//[\-\/]/+}+${_relver_code//[\-\/]/+}
_sans=source-sans-pro
_serif=source-serif-pro
_code=source-code-pro