summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2019-05-28 14:30:24 +0530
committerJishnu Mohan2019-05-28 14:30:24 +0530
commita80a5aaa0286eba995f267b21b5c1f700fbe649e (patch)
treeecd8031d1643ba54b1b54fbaafa991d1c3ddf948
parent089556cd9ed0712fdaca98adb6bc340d308f2eab (diff)
downloadaur-a80a5aaa0286eba995f267b21b5c1f700fbe649e.tar.gz
3.2.1 release
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD13
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8b1e91f9664..80625f61786e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = ttf-malayalam-font-suruma
pkgdesc = This is Suruma, a font belonging to a set of TrueType and OpenType fonts released under the GNU General Public License for Malayalam Language.
- pkgver = 6.1.1
+ pkgver = 3.2.1
pkgrel = 1
url = http://smc.org.in/fonts/
install = ttf-malayalam-fonts.install
arch = any
+ license = GPL3
depends = fontconfig
depends = xorg-font-utils
source = http://smc.org.in/downloads/fonts/suruma/Suruma.ttf
source = https://gitlab.com/smc/suruma/raw/master/67-smc-suruma.conf
- md5sums = 00d4598d7318a36c21b25a3568f0b73d
- md5sums = 35dce66571d6efd51e1add35e284b598
+ sha256sums = b6519c9320c0ef1d628847ded10818b4d16ab98be5b634edafb5d900d4e44ff9
+ sha256sums = 46891cb4acb8579ae2576be8645a7909a4d464a70b4e7144d3bd6f95d2950b57
pkgname = ttf-malayalam-font-suruma
diff --git a/PKGBUILD b/PKGBUILD
index f8cf14a40ba1..f32165f4eb8e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,26 @@
# Contributor: Aashik S aashiks at gmail dot com
# Maintainer: http://smc.org.in
# Contributor: Akshay S Dinesh asdofindia at gmail dot com
+# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=ttf-malayalam-font-suruma
-pkgver=6.1.1
+pkgver=3.2.1
pkgrel=1
-pkgdesc="This is Suruma, a font belonging to a set of TrueType and OpenType fonts released under the
-GNU General Public License for Malayalam Language."
+pkgdesc="This is Suruma, a font belonging to a set of TrueType and OpenType fonts released under the GNU General Public License for Malayalam Language."
arch=(any)
url="http://smc.org.in/fonts/"
+license=("GPL3")
depends=(fontconfig xorg-font-utils)
source=("http://smc.org.in/downloads/fonts/suruma/Suruma.ttf"
"https://gitlab.com/smc/suruma/raw/master/67-smc-suruma.conf")
-md5sums=('00d4598d7318a36c21b25a3568f0b73d'
- '35dce66571d6efd51e1add35e284b598')
+sha256sums=('b6519c9320c0ef1d628847ded10818b4d16ab98be5b634edafb5d900d4e44ff9'
+ '46891cb4acb8579ae2576be8645a7909a4d464a70b4e7144d3bd6f95d2950b57')
install=ttf-malayalam-fonts.install
package() {
mkdir -p "${pkgdir}/usr/share/fonts/TTF" || return 1
- install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF"
+ install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF"
mkdir -p "${pkgdir}/etc/fonts/conf.d" || return 1
install *.conf "${pkgdir}/etc/fonts/conf.d" || return 1
}