Skip to content

Instantly share code, notes, and snippets.

@alerque
Created April 14, 2016 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alerque/f3b6d7297a0d2906c95bff5ea8b656b0 to your computer and use it in GitHub Desktop.
Save alerque/f3b6d7297a0d2906c95bff5ea8b656b0 to your computer and use it in GitHub Desktop.
AUR ttf-malayalam-font-keraleeyam update
From bc2a51ee42ae89ff4a6bca76e88d84bdf94a6a5a Mon Sep 17 00:00:00 2001
From: Caleb Maclennan <caleb@alerque.com>
Date: Thu, 14 Apr 2016 09:57:40 +0300
Subject: [PATCH] Update to current source
Signed-off-by: Caleb Maclennan <caleb@alerque.com>
---
.SRCINFO | 12 +++++++-----
PKGBUILD | 11 ++++++-----
2 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/.SRCINFO b/.SRCINFO
index cc407af..d1cb13b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Thu Apr 14 06:57:06 UTC 2016
pkgbase = ttf-malayalam-font-keraleeyam
pkgdesc = This is Keraleeyam, a font belonging to a set of TrueType and OpenType fonts released under the GNU General Public License for Malayalam Language.
- pkgver = 1.0_beta
- pkgrel = 1
+ pkgver = 1.0
+ pkgrel = 0.1
url = http://smc.org.in/fonts/
install = ttf-malayalam-fonts.install
arch = any
depends = fontconfig
depends = xorg-font-utils
- source = http://smc.org.in/downloads/fonts/keraleeyam/Keraleeyam.ttf
+ source = https://gitlab.com/smc/keraleeyam/raw/master/ttf/Keraleeyam.ttf
source = https://gitlab.com/smc/keraleeyam/raw/master/67-smc-keraleeyam.conf
- md5sums = a0ec523ec5c83dd66ef99b41cc5e5c19
- md5sums = 37d7da81268fa7cf4a9702d241c7ea1c
+ sha256sums = 3b802c3c21d6259b44b257db1ac1f590c7e1cfaf13d0c2744b74a03532e35b8c
+ sha256sums = de32d00b046423dcb093e376025b22405b468b18280c3d885ef4aff0f4079adc
pkgname = ttf-malayalam-font-keraleeyam
diff --git a/PKGBUILD b/PKGBUILD
index 721b005..d2f01ee 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Contributor: Aashik S aashiks at gmail dot com
# Maintainer: http://smc.org.in
# Contributor: Akshay S Dinesh asdofindia at gmail dot com
+# Contributor: Caleb Maclennan <caleb@alerque.com>
pkgname=ttf-malayalam-font-keraleeyam
-pkgver=1.0_beta
-pkgrel=1
+pkgver=1.0
+pkgrel=0.1
pkgdesc="This is Keraleeyam, 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/"
depends=(fontconfig xorg-font-utils)
-source=("http://smc.org.in/downloads/fonts/keraleeyam/Keraleeyam.ttf"
+source=("https://gitlab.com/smc/keraleeyam/raw/master/ttf/Keraleeyam.ttf"
"https://gitlab.com/smc/keraleeyam/raw/master/67-smc-keraleeyam.conf")
-md5sums=('a0ec523ec5c83dd66ef99b41cc5e5c19'
- '37d7da81268fa7cf4a9702d241c7ea1c')
+sha256sums=('3b802c3c21d6259b44b257db1ac1f590c7e1cfaf13d0c2744b74a03532e35b8c'
+ 'de32d00b046423dcb093e376025b22405b468b18280c3d885ef4aff0f4079adc')
install=ttf-malayalam-fonts.install
--
2.8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment