summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunYoung Gwak2023-06-12 09:44:56 +0900
committerJunYoung Gwak2023-06-12 09:44:56 +0900
commit27b838d169a173e43419c0b3c7082e2002177bb9 (patch)
treed09bba0f94362717392b436b25e156e14768af56
parentf62d0540fa1d1c86eb00b82d9c121d471e2c5f7f (diff)
downloadaur-ibus-qt.tar.gz
Update to v1.3.4.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2986dc2dc5f8..fc2eff6c53bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ibus-qt
pkgdesc = IBus qt library and IBus qt input method plugin
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 13
url = https://github.com/ibus/ibus-qt
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = ibus-qt
depends = qt4
depends = ibus
depends = icu
- source = git+https://github.com/ibus/ibus-qt.git#tag=1.3.3
+ source = git+https://github.com/ibus/ibus-qt.git#tag=1.3.4
md5sums = SKIP
pkgname = ibus-qt
-
diff --git a/PKGBUILD b/PKGBUILD
index 90c2440bffbd..47b6b9137cee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: leemars
pkgname=ibus-qt
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=13
pkgdesc='IBus qt library and IBus qt input method plugin'
arch=('x86_64')
@@ -17,7 +17,7 @@ md5sums=('SKIP')
build() {
cd $pkgname
-
+
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
}