summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-08-03 15:37:46 -0400
committerAndrew Sun2018-08-03 15:37:46 -0400
commit38aa39896382db3fc6df86b6ba6662b9648807b5 (patch)
tree7da4d415581ef93bc68df084d037260bbab9b821
parente561f0f167b577236242c6ff9a66e115060e3f70 (diff)
downloadaur-38aa39896382db3fc6df86b6ba6662b9648807b5.tar.gz
mingw-w64-libthai: update to 0.1.28
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80b6e8336659..1da506eb2398 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libthai
pkgdesc = Thai language support routines (mingw-w64)
- pkgver = 0.1.27
+ pkgver = 0.1.28
pkgrel = 1
url = https://linux.thai.net/projects/libthai
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-libthai
options = !strip
options = !buildflags
options = staticlibs
- source = https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.27.tar.xz
- sha256sums = 1659fa1b7b1d6562102d7feb8c8c3fd94bb2dc5761ed7dbaae4f300e1c03eff6
+ source = https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.28.tar.xz
+ sha256sums = ffe0a17b4b5aa11b153c15986800eca19f6c93a4025ffa5cf2cab2dcdf1ae911
pkgname = mingw-w64-libthai
diff --git a/PKGBUILD b/PKGBUILD
index 40b36aa72d03..0521ca27f1ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701@gmail.com>
pkgname=mingw-w64-libthai
-pkgver=0.1.27
+pkgver=0.1.28
pkgrel=1
pkgdesc="Thai language support routines (mingw-w64)"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('mingw-w64-configure' 'libdatrie')
depends=('mingw-w64-crt' 'mingw-w64-libdatrie')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://linux.thai.net/pub/thailinux/software/libthai/libthai-${pkgver}.tar.xz")
-sha256sums=('1659fa1b7b1d6562102d7feb8c8c3fd94bb2dc5761ed7dbaae4f300e1c03eff6')
+sha256sums=('ffe0a17b4b5aa11b153c15986800eca19f6c93a4025ffa5cf2cab2dcdf1ae911')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"