summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorponsfoot2017-07-11 21:03:40 +0900
committerponsfoot2017-07-11 21:03:40 +0900
commitdaefa50c0b2f6de3e6d842e0b69fccf42d5457f0 (patch)
treec0ce419e8f858ecfc4208ad579121fbc7473582f
parenta4ff4148cee61f2a60d5d90aa1c0e0f11d4c2d62 (diff)
downloadaur-daefa50c0b2f6de3e6d842e0b69fccf42d5457f0.tar.gz
Upstream update: 1.8.6+gh20161003.0.d63dadd-2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41fe04f03d5c..736b0dca2a06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# 水 3月 15 08:47:45 UTC 2017
+# 火 7月 11 12:03:40 UTC 2017
pkgbase = uim-debian
pkgdesc = Multilingual input method library with Debian patches (supports gtk3 and qt5)
pkgver = 1.8.6+gh20161003.0.d63dadd
- pkgrel = 2
+ pkgrel = 2.1
url = https://packages.debian.org/sid/uim
install = uim-debian.install
arch = i686
@@ -27,9 +27,9 @@ pkgbase = uim-debian
provides = uim
conflicts = uim
source = http://http.debian.net/debian/pool/main/u/uim/uim_1.8.6+gh20161003.0.d63dadd.orig.tar.gz
- source = http://http.debian.net/debian/pool/main/u/uim/uim_1.8.6+gh20161003.0.d63dadd-2.debian.tar.xz
+ source = http://http.debian.net/debian/pool/main/u/uim/uim_1.8.6+gh20161003.0.d63dadd-2.1.debian.tar.xz
sha256sums = 7a2d1667553afc0bca4cc33f9bc8fb01a6867177d2a3e13b1b85c7add16110e9
- sha256sums = 322d1ba023e6d2697c8c2410d6c0e0f1713be47ac08b60d5fdf289307eabbe70
+ sha256sums = dcb22e33d1891932da6a3d8a35fee758535d080fda78312afd79d201ad5fb31d
pkgname = uim-debian
diff --git a/PKGBUILD b/PKGBUILD
index 9af0ee3b4776..a1579d08455f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=uim-debian
pkgver=1.8.6+gh20161003.0.d63dadd
-_debrel=2
-pkgrel=2
+_debrel=2.1
+pkgrel=2.1
pkgdesc='Multilingual input method library with Debian patches (supports gtk3 and qt5)'
url='https://packages.debian.org/sid/uim'
license=('custom:BSD')
@@ -22,7 +22,7 @@ install=${pkgname}.install
source=("http://http.debian.net/debian/pool/main/u/uim/uim_${pkgver}.orig.tar.gz"
"http://http.debian.net/debian/pool/main/u/uim/uim_${pkgver}-${_debrel}.debian.tar.xz")
sha256sums=('7a2d1667553afc0bca4cc33f9bc8fb01a6867177d2a3e13b1b85c7add16110e9'
- '322d1ba023e6d2697c8c2410d6c0e0f1713be47ac08b60d5fdf289307eabbe70')
+ 'dcb22e33d1891932da6a3d8a35fee758535d080fda78312afd79d201ad5fb31d')
prepare() {
cd "${srcdir}/uim-${pkgver}"
@@ -44,8 +44,6 @@ prepare() {
sed -i.bak 's/load(qt_plugin)/TEMPLATE = lib\nCONFIG += plugin/' \
"${srcdir}/uim-${pkgver}/qt5/immodule/quimplatforminputcontextplugin.pro.in"
-
- msg "prepare() done."
}
build() {