diff options
author | Hemish | 2022-09-29 22:54:41 +0530 |
---|---|---|
committer | Hemish | 2022-09-29 22:54:41 +0530 |
commit | 283d9706bacf65818584f0bf2a124736a34202cc (patch) | |
tree | f58e0de806d46419e655ad88a3611a39ec1439a1 | |
parent | 2b505741a12648f17814c7d7f228123cd62f8ca6 (diff) | |
download | aur-ttf-sundarbharati.tar.gz |
Change TTF to OTF
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = ttf-sundarbharati pkgdesc = SundarBharati - a font for Bharati script pkgver = 1.0 - pkgrel = 1 + pkgrel = 2 url = https://bharatiscript.com arch = any license = custom @@ -1,7 +1,7 @@ # Maintainer: Hemish <hemish04082005@gmail.com> pkgname=ttf-sundarbharati pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="SundarBharati - a font for Bharati script" arch=('any') url="https://bharatiscript.com" @@ -10,6 +10,6 @@ source=("https://bharatiscript.com/media/Fonts/SundarBharati-Regular.otf") md5sums=('SKIP') package() { - install -dm 755 "${pkgdir}/usr/share/fonts/TTF" - install -m 644 SundarBharati-Regular.otf "${pkgdir}/usr/share/fonts/TTF/SundarBharati-Regular.ttf" + install -dm 755 "${pkgdir}/usr/share/fonts/OTF" + install -m 644 SundarBharati-Regular.otf "${pkgdir}/usr/share/fonts/OTF/SundarBharati-Regular.otf" } |