summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarvin2021-05-08 00:31:42 +0200
committerMarvin2021-05-08 00:31:42 +0200
commit6e094905cc873a70b037f63c60d9c1d62232213e (patch)
treed7de7f14d09552136c2c279f7da5f94de4d43c2f /PKGBUILD
parent7d8d2bed263f8b0a4d34d22c855baec3d0d61925 (diff)
downloadaur-6e094905cc873a70b037f63c60d9c1d62232213e.tar.gz
Fix broken download
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6402282e4e82..9fa23d41469f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
+# Maintainer: GCMarvin <GCMarvin@users.noreply.github.com>
# Contributor: Johannes Löthberg <johannes@kyriasis.com>
# Contributor: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=ttf-google-sans
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Google's signature family of fonts"
-url='https://9to5google.com/2018/05/09/google-sans-vs-product-sans/'
+url='https://github.com/sahibjotsaggu/Google-Sans-Fonts'
arch=('any')
license=('Apache')
-depends=('fontconfig')
+makedepends=('git')
-source=(Google-Sans-Font.zip::https://ipfs.io/ipfs/QmVtMCggpxEpPPyg8fRUGPgt1ehqSpQpTxyE4HEBhFUMX5)
-sha256sums=('3ab39fff78284a4feb362fa0bc4c38517d4473dc7f4b65e72fdd09878768e526')
+source=('git+https://github.com/sahibjotsaggu/Google-Sans-Fonts')
+md5sums=('SKIP')
package() {
- cd Google-Sans-Font/
- install -Dm644 *.ttf -t "$pkgdir"/usr/share/fonts/TTF
-}
+ install -Dm644 "${srcdir}/Google-Sans-Fonts/GoogleSans-"*".ttf" -t "${pkgdir}/usr/share/fonts/TTF"
+} \ No newline at end of file