summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}