summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-12-20 17:02:48 -0500
committerAndrew Sun2021-12-20 17:02:48 -0500
commitcd1738139dc434e353b55c06d8560b005be95d35 (patch)
treed3e33827c0949b579447f6543c87769b0c56d95e
parent6f4f31a67ff1bf65925373ac3ae5966df2ed2e55 (diff)
downloadaur-mingw-w64-libthai.tar.gz
0.1.29
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
-rw-r--r--fix-prepare.patch12
3 files changed, 9 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f50680fb1e21..0ae2dd5351e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-libthai
pkgdesc = Thai language support routines (mingw-w64)
- pkgver = 0.1.28
- pkgrel = 2
+ pkgver = 0.1.29
+ pkgrel = 1
url = https://linux.thai.net/projects/libthai
arch = any
license = LGPL
@@ -13,12 +13,9 @@ pkgbase = mingw-w64-libthai
options = !strip
options = !buildflags
options = staticlibs
- source = https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.28.tar.xz
+ source = https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.29.tar.xz
source = relocatable.patch
- source = fix-prepare.patch
- sha256sums = ffe0a17b4b5aa11b153c15986800eca19f6c93a4025ffa5cf2cab2dcdf1ae911
+ sha256sums = fc80cc7dcb50e11302b417cebd24f2d30a8b987292e77e003267b9100d0f4bcd
sha256sums = f258c748e37a11ce20d307a9a27cf68de9543d79b7e60ebd31c7cf4398b5f6d9
- sha256sums = 6f8847059d36a3e99365a9650eb3af164d3535f0bc9ef6b5155fbf7997d7e4f7
pkgname = mingw-w64-libthai
-
diff --git a/PKGBUILD b/PKGBUILD
index c8aa770643a6..62fcd886ab16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=mingw-w64-libthai
-pkgver=0.1.28
-pkgrel=2
+pkgver=0.1.29
+pkgrel=1
pkgdesc="Thai language support routines (mingw-w64)"
arch=('any')
url="https://linux.thai.net/projects/libthai"
@@ -11,19 +11,15 @@ makedepends=('mingw-w64-configure' 'libdatrie' 'autoconf-archive')
depends=('mingw-w64-crt' 'mingw-w64-libdatrie')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://linux.thai.net/pub/thailinux/software/libthai/libthai-${pkgver}.tar.xz"
- 'relocatable.patch'
- 'fix-prepare.patch')
-sha256sums=('ffe0a17b4b5aa11b153c15986800eca19f6c93a4025ffa5cf2cab2dcdf1ae911'
- 'f258c748e37a11ce20d307a9a27cf68de9543d79b7e60ebd31c7cf4398b5f6d9'
- '6f8847059d36a3e99365a9650eb3af164d3535f0bc9ef6b5155fbf7997d7e4f7')
+ 'relocatable.patch')
+sha256sums=('fc80cc7dcb50e11302b417cebd24f2d30a8b987292e77e003267b9100d0f4bcd'
+ 'f258c748e37a11ce20d307a9a27cf68de9543d79b7e60ebd31c7cf4398b5f6d9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd "${srcdir}/libthai-${pkgver}"
-
patch -Np1 -i "${srcdir}"/relocatable.patch
- patch -Np1 -i "${srcdir}"/fix-prepare.patch
autoreconf -fiv
}
diff --git a/fix-prepare.patch b/fix-prepare.patch
deleted file mode 100644
index 93a17b55d662..000000000000
--- a/fix-prepare.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur libthai-0.1.28.orig/configure.ac libthai-0.1.28/configure.ac
---- libthai-0.1.28.orig/configure.ac 2020-12-29 23:06:44.831772555 -0500
-+++ libthai-0.1.28/configure.ac 2020-12-29 23:07:01.568524715 -0500
-@@ -22,8 +22,6 @@
- AC_SUBST(LT_REVISION)
- AC_SUBST(LT_AGE)
-
--AC_CONFIG_MACRO_DIR([m4])
--
- DOXYGEN_REQ_VER=1.8.8
-
- dnl Checks for programs.