summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiey2021-06-30 11:18:49 +0900
committerRiey2021-06-30 11:18:49 +0900
commit8e7ad194418e081fedb2528134cfbca3fae79e07 (patch)
tree40099e2502761715de7f0116b4cecb77dad2508f
parentb9d3875e448cc973e8d54fdfda11551e3d2b4d14 (diff)
downloadaur-8e7ad194418e081fedb2528134cfbca3fae79e07.tar.gz
2.5.4
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 771cd872c63d..b7cf5c6ca43b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kime-bin
pkgdesc = Korean IME
- pkgver = 2.5.3
+ pkgver = 2.5.4
pkgrel = 1
url = https://github.com/Riey/kime
arch = x86_64
@@ -18,10 +18,9 @@ pkgbase = kime-bin
optdepends = cairo: xim support
provides = kime
conflicts = kime
- source = kime-bin-2.5.3.tar.gz::https://github.com/Riey/kime/archive/refs/tags/v2.5.3.tar.gz
- source = kime-bin-2.5.3-bin.tar.zst::https://github.com/Riey/kime/releases/download/v2.5.3/kime-v2.5.3.tar.zst
- md5sums = 2a333b9cfc1bb03762a15ecba8a9efcc
- md5sums = 9de1a37fd8fe56fe4c5d8182a12a836e
+ source = kime-bin-2.5.4.tar.gz::https://github.com/Riey/kime/archive/refs/tags/v2.5.4.tar.gz
+ source = kime-bin-2.5.4-bin.tar.zst::https://github.com/Riey/kime/releases/download/v2.5.4/kime-v2.5.4.tar.zst
+ md5sums = d0a21223a3fd594f14a630f558e73cf8
+ md5sums = 8f077b4d960c00ab965c097ff5f98c77
pkgname = kime-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index db468cc0378f..6eb0ae8edc2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: riey <creeper844@gmail.com>
pkgname=kime-bin
-pkgver=2.5.3
+pkgver=2.5.4
pkgrel=1
pkgdesc="Korean IME"
url="https://github.com/Riey/kime"
@@ -22,8 +22,8 @@ source=(
${pkgname}-${pkgver}.tar.gz::"https://github.com/Riey/kime/archive/refs/tags/v${pkgver}.tar.gz"
${pkgname}-${pkgver}-bin.tar.zst::"https://github.com/Riey/kime/releases/download/v${pkgver}/kime-v${pkgver}.tar.zst"
)
-md5sums=('2a333b9cfc1bb03762a15ecba8a9efcc'
- '9de1a37fd8fe56fe4c5d8182a12a836e')
+md5sums=('d0a21223a3fd594f14a630f558e73cf8'
+ '8f077b4d960c00ab965c097ff5f98c77')
build() {
cd "kime-${pkgver}"