summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarvin2023-07-11 20:18:07 +0200
committerMarvin2023-07-11 20:18:07 +0200
commitcf0f566f09ab393bd665dc908aebd10b55496e42 (patch)
tree11f1923766990ff03cd764502e4a152d825fae11 /PKGBUILD
parent6e094905cc873a70b037f63c60d9c1d62232213e (diff)
downloadaur-cf0f566f09ab393bd665dc908aebd10b55496e42.tar.gz
Fix broken download again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fa23d41469f..7bfc4482f8df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
pkgname=ttf-google-sans
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc="Google's signature family of fonts"
-url='https://github.com/sahibjotsaggu/Google-Sans-Fonts'
+url='https://github.com/mnemotiv/Google-Sans-Fonts'
arch=('any')
license=('Apache')
makedepends=('git')
-source=('git+https://github.com/sahibjotsaggu/Google-Sans-Fonts')
+source=('git+https://github.com/mnemotiv/Google-Sans-Fonts')
md5sums=('SKIP')
package() {
install -Dm644 "${srcdir}/Google-Sans-Fonts/GoogleSans-"*".ttf" -t "${pkgdir}/usr/share/fonts/TTF"
-} \ No newline at end of file
+}