summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHemish2022-09-29 22:54:41 +0530
committerHemish2022-09-29 22:54:41 +0530
commit283d9706bacf65818584f0bf2a124736a34202cc (patch)
treef58e0de806d46419e655ad88a3611a39ec1439a1
parent2b505741a12648f17814c7d7f228123cd62f8ca6 (diff)
downloadaur-ttf-sundarbharati.tar.gz
Change TTF to OTF
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4499c02c0967..7bc60b3d482b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 1cfd4f3cffe7..653d170b6884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"
}