summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Swagar2017-06-01 12:50:01 -0700
committerTyler Swagar2017-06-01 12:50:01 -0700
commit27625f250fd88a4db42cf3e3d2ee2abe57ea8ff9 (patch)
tree5e4e16b33af1f0ec0b3f0365d208c2b7c1b0be65
parent52fc0110a07c93d653049e7abe8299281b0e873a (diff)
downloadaur-27625f250fd88a4db42cf3e3d2ee2abe57ea8ff9.tar.gz
Move commit hash into a variable for my own sanity
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5267eb90348a..14492e4b35ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 14 00:21:13 UTC 2017
+# Thu Jun 1 19:04:50 UTC 2017
pkgbase = ttf-quintessential
pkgdesc = Calligraphic typeface from Google by Brian J. Bonislawsky
pkgver = 1.001
diff --git a/PKGBUILD b/PKGBUILD
index 3c96e54d768b..1a2a026beb65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Tyler Swagar <buttpickle69@shaw.ca>
pkgname=ttf-quintessential
+_commit='883939708704a19a295e0652036369d22469e8dc'
pkgver=1.001
pkgrel=3
pkgdesc='Calligraphic typeface from Google by Brian J. Bonislawsky'
@@ -9,8 +10,8 @@ url='https://fonts.google.com/specimen/Quintessential'
license=('custom:SIL Open Font License v1.1')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
conflicts=('ttf-google-fonts-git' 'ttf-google-fonts-opinionated-git' 'otf-quintessential-ib')
-source=("Quintessential-Regular-${pkgver}.ttf::https://github.com/google/fonts/raw/883939708704a19a295e0652036369d22469e8dc/ofl/quintessential/Quintessential-Regular.ttf"
- "${pkgname}-${pkgver}-OFL.txt::https://github.com/google/fonts/raw/883939708704a19a295e0652036369d22469e8dc/ofl/quintessential/OFL.txt")
+source=("Quintessential-Regular-${pkgver}.ttf::https://github.com/google/fonts/raw/${_commit}/ofl/quintessential/Quintessential-Regular.ttf"
+ "${pkgname}-${pkgver}-OFL.txt::https://github.com/google/fonts/raw/${_commit}/ofl/quintessential/OFL.txt")
sha256sums=('73d192f10dbfc716214aae282afb93036f12415d16adc9d6d0e981f34d829d32'
'0786594992757ea0290ae4a490ab9249728f372adb13959c0c8ae4fec83057ff')