summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Swagar2017-01-25 20:44:20 -0800
committerTyler Swagar2017-01-25 20:44:20 -0800
commit19e45384876fe464ad0513deb54e16ea81ab35ab (patch)
tree6735d36f0b5f02cc7cfc180a9ff9a4a0bff304c9
parent125cd2b9f7ebfa85ecd9c4773558198ded06d931 (diff)
downloadaur-19e45384876fe464ad0513deb54e16ea81ab35ab.tar.gz
Future-proof source files
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d13951c98b6b..ca80974bf334 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 15 00:41:24 UTC 2017
+# Thu Jan 26 04:42:57 UTC 2017
pkgbase = ttf-quintessential
pkgdesc = Calligraphic typeface from Google by Brian J. Bonislawsky
pkgver = 1.001
- pkgrel = 2
+ pkgrel = 3
url = https://fonts.google.com/specimen/Quintessential
install = ttf-quintessential.install
arch = any
@@ -14,10 +14,10 @@ pkgbase = ttf-quintessential
conflicts = ttf-google-fonts-git
conflicts = ttf-google-fonts-opinionated-git
conflicts = otf-quintessential-ib
- source = https://github.com/google/fonts/raw/master/ofl/quintessential/Quintessential-Regular.ttf
- source = https://github.com/google/fonts/raw/master/ofl/quintessential/OFL.txt
+ source = Quintessential-Regular-1.001.ttf::https://github.com/google/fonts/raw/883939708704a19a295e0652036369d22469e8dc/ofl/quintessential/Quintessential-Regular.ttf
+ source = ttf-quintessential-1.001-OFL.txt::https://github.com/google/fonts/raw/883939708704a19a295e0652036369d22469e8dc/ofl/quintessential/OFL.txt
sha256sums = 73d192f10dbfc716214aae282afb93036f12415d16adc9d6d0e981f34d829d32
- sha256sums = SKIP
+ sha256sums = 0786594992757ea0290ae4a490ab9249728f372adb13959c0c8ae4fec83057ff
pkgname = ttf-quintessential
diff --git a/PKGBUILD b/PKGBUILD
index fc223727312d..bd47e76872f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ttf-quintessential
pkgver=1.001
-pkgrel=2
+pkgrel=3
pkgdesc='Calligraphic typeface from Google by Brian J. Bonislawsky'
arch=('any')
url='https://fonts.google.com/specimen/Quintessential'
@@ -10,13 +10,13 @@ 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')
install="${pkgname}.install"
-source=('https://github.com/google/fonts/raw/master/ofl/quintessential/Quintessential-Regular.ttf'
- 'https://github.com/google/fonts/raw/master/ofl/quintessential/OFL.txt')
+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")
sha256sums=('73d192f10dbfc716214aae282afb93036f12415d16adc9d6d0e981f34d829d32'
- 'SKIP')
+ '0786594992757ea0290ae4a490ab9249728f372adb13959c0c8ae4fec83057ff')
package() {
install -dm 755 "${pkgdir}/usr/share/fonts/TTF"
- install -m 644 *.ttf "${pkgdir}/usr/share/fonts/TTF/"
- install -Dm644 *.txt "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+ install -m 644 Quintessential-Regular-${pkgver}.ttf "${pkgdir}/usr/share/fonts/TTF/Quintessential-Regular.ttf"
+ install -Dm644 ${pkgname}-${pkgver}-OFL.txt "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
}