Skip to content

Instantly share code, notes, and snippets.

@nosada
Created November 27, 2022 05:37
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 nosada/7466bd9bc7fda031007040fb19bf0131 to your computer and use it in GitHub Desktop.
Save nosada/7466bd9bc7fda031007040fb19bf0131 to your computer and use it in GitHub Desktop.
diff --git a/.SRCINFO b/.SRCINFO
index 62ca5ed..6babf89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = ttf-koruri
pkgdesc = Japanese TrueType font obtained by mixing M+ and Open Sans
- pkgver = 20180915
- pkgrel = 2
+ pkgver = 20210720
+ pkgrel = 1
url = https://github.com/Koruri/Koruri
install = ttf.install
arch = any
license = APACHE
depends = fontconfig
depends = xorg-mkfontscale
- source = https://github.com/Koruri/Koruri/releases/download/Koruri-20180915/Koruri-20180915.tar.xz
- sha256sums = 9cfd9a867f60b8da8653b87706b9bafc113bb477b5e72d1095f43117f7fb3366
+ source = https://github.com/Koruri/Koruri/archive/refs/tags/20210720.tar.gz
+ sha256sums = f6cb55533a1f6b4a733152edc4153840151304e0fc4c232e586d4ec38e18cea1
pkgname = ttf-koruri
-
diff --git a/PKGBUILD b/PKGBUILD
index 835d822..b2f4276 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Contributor: orumin <dev at orum.in>
pkgname=ttf-koruri
-pkgver=20180915
-pkgrel=2
+pkgver=20210720
+pkgrel=1
pkgdesc="Japanese TrueType font obtained by mixing M+ and Open Sans"
arch=('any')
url="https://github.com/Koruri/Koruri"
license=('APACHE')
depends=('fontconfig' 'xorg-mkfontscale')
install=ttf.install
-source=("https://github.com/Koruri/Koruri/releases/download/Koruri-20180915/Koruri-20180915.tar.xz")
-sha256sums=('9cfd9a867f60b8da8653b87706b9bafc113bb477b5e72d1095f43117f7fb3366')
+source=("https://github.com/Koruri/Koruri/archive/refs/tags/${pkgver}.tar.gz")
+sha256sums=('f6cb55533a1f6b4a733152edc4153840151304e0fc4c232e586d4ec38e18cea1')
package() {
cd "${srcdir}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment