summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaeulbyul2024-05-05 21:27:39 +0900
committerGaeulbyul2024-05-05 21:27:39 +0900
commit9d3d19d8b8ddf9fa8a36a2a3d6ebfe4539a40b2f (patch)
treeb2451b4b5c3811a6a47000bd9a9b9a5b8deaebb9
parentde72351b93431416c9e9169178a8310dc6bbd36a (diff)
downloadaur-9d3d19d8b8ddf9fa8a36a2a3d6ebfe4539a40b2f.tar.gz
Updated to v1.600
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
-rw-r--r--ttf-neodgm.install17
3 files changed, 8 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 835880f0baac..429a6543bc67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = ttf-neodgm
pkgdesc = TrueType port of a good-old Korean bitmap font, with enhancements.
- pkgver = 1.530
+ pkgver = 1.600
pkgrel = 1
url = https://neodgm.dalgona.dev/
- install = ttf-neodgm.install
arch = any
license = OFL
- source = https://github.com/Dalgona/neodgm/releases/download/v1.530/neodgm.ttf
- source = https://github.com/Dalgona/neodgm/releases/download/v1.530/neodgm_code.ttf
- sha256sums = 562c7812312cd2c878de8e7aed9fb8c25c5291480aab1a6b35627215fb101595
- sha256sums = d7187cfaaab62e6ab07dcaeb0ce052fb12ac5aed9b2d0715f4cd4ae1d9edad01
+ source = https://github.com/Dalgona/neodgm/releases/download/v1.600/neodgm.ttf
+ source = https://github.com/Dalgona/neodgm/releases/download/v1.600/neodgm_code.ttf
+ sha256sums = d61b60eccb731f8ca9c7da582e4a05a94db66b570471809950aa9a7261b941d6
+ sha256sums = 3d58bf707f06bcebefb57355197efe31a89cd20d48a9cb5bb6e2e4758d830b23
pkgname = ttf-neodgm
diff --git a/PKGBUILD b/PKGBUILD
index 83b8eb57fd90..9625aad9f6a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Gaeulbyul <aeiou256 at gmail dot com>
pkgname=ttf-neodgm
-pkgver=1.530
+pkgver=1.600
pkgrel=1
pkgdesc='TrueType port of a good-old Korean bitmap font, with enhancements.'
arch=('any')
url='https://neodgm.dalgona.dev/'
license=('OFL')
-install=ttf-neodgm.install
source=("https://github.com/Dalgona/neodgm/releases/download/v${pkgver}/neodgm.ttf"
"https://github.com/Dalgona/neodgm/releases/download/v${pkgver}/neodgm_code.ttf")
-sha256sums=('562c7812312cd2c878de8e7aed9fb8c25c5291480aab1a6b35627215fb101595'
- 'd7187cfaaab62e6ab07dcaeb0ce052fb12ac5aed9b2d0715f4cd4ae1d9edad01')
+sha256sums=('d61b60eccb731f8ca9c7da582e4a05a94db66b570471809950aa9a7261b941d6'
+ '3d58bf707f06bcebefb57355197efe31a89cd20d48a9cb5bb6e2e4758d830b23')
package()
{
diff --git a/ttf-neodgm.install b/ttf-neodgm.install
deleted file mode 100644
index 2dc1d4132ca5..000000000000
--- a/ttf-neodgm.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f -s > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-# vim:set ts=2 sw=2 et: