summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-03-12 11:56:38 +0300
committerCaleb Maclennan2020-03-12 11:56:38 +0300
commit5990e90c3ede38a2fc4f20708eea4c955a54523a (patch)
tree60ced7d62cb9426a140d719978cab8e16999c01e
parentd4a93caf3a236a4d82c79daf79b1d55f5c1fb633 (diff)
downloadaur-5990e90c3ede38a2fc4f20708eea4c955a54523a.tar.gz
Lock upstream to specific commit
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eac338c6fb5a..8a56b53f3016 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ttf-chunk
pkgdesc = An ultra-bold, ultra-awesome slab serif typeface
pkgver = 20180627
- pkgrel = 2
+ pkgrel = 3
url = http://theleagueofmoveabletype.com/chunk
arch = any
groups = lmt-fonts
license = OFL
- source = ttf-chunk-20180627.zip::https://github.com/theleagueof/chunk/archive/master.zip
- sha256sums = f38062c4b6ecf42e0cc0b4ec3c8d6976c040ac2e87777f44cec6b1047470d949
+ source = ttf-chunk-20180627.zip::https://github.com/theleagueof/chunk/archive/957d5ddfdaf35368822ec5fcb07e0a118fa63391.zip
+ sha256sums = b68946c684bb2b1224a3d0adee105a85ff5194c088bb4f95677a47549ccfe979
pkgname = ttf-chunk
diff --git a/PKGBUILD b/PKGBUILD
index 28eb59545ab2..69f0bb6cd715 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,18 @@
_fnt_name=chunk
pkgname=ttf-$_fnt_name
pkgver=20180627
-pkgrel=2
-pkgdesc="An ultra-bold, ultra-awesome slab serif typeface"
+_sha=957d5ddfdaf35368822ec5fcb07e0a118fa63391
+pkgrel=3
+pkgdesc='An ultra-bold, ultra-awesome slab serif typeface'
arch=('any')
url="http://theleagueofmoveabletype.com/$_fnt_name"
license=('OFL')
groups=('lmt-fonts')
-source=("$pkgname-$pkgver.zip::https://github.com/theleagueof/$_fnt_name/archive/master.zip")
-sha256sums=('f38062c4b6ecf42e0cc0b4ec3c8d6976c040ac2e87777f44cec6b1047470d949')
+source=("$pkgname-$pkgver.zip::https://github.com/theleagueof/$_fnt_name/archive/$_sha.zip")
+sha256sums=('b68946c684bb2b1224a3d0adee105a85ff5194c088bb4f95677a47549ccfe979')
package() {
- cd "$_fnt_name-master"
+ cd "$_fnt_name-$_sha"
install -Dm644 -t "$pkgdir/usr/share/fonts/TTF/" *.ttf
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" Open\ Font\ License.markdown
}