summaryrefslogtreecommitdiff
path: root/community/kcm-fcitx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-24 01:54:10 -0800
committerroot <root@rshg054.dnsready.net>2012-11-24 01:54:10 -0800
commitc65624e6d74bffd70dcd67cc28448b5a50596efb (patch)
tree06c1cbca31a798c4274030b52e9947fb57a1a889 /community/kcm-fcitx
parent1fce42e9327109bd47dba5e3e690144a23bbbc19 (diff)
Sat Nov 24 01:51:17 PST 2012
Diffstat (limited to 'community/kcm-fcitx')
-rw-r--r--community/kcm-fcitx/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kcm-fcitx/PKGBUILD b/community/kcm-fcitx/PKGBUILD
index c613b1c49..be4430d4e 100644
--- a/community/kcm-fcitx/PKGBUILD
+++ b/community/kcm-fcitx/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 79679 2012-11-11 01:36:26Z fyan $
+# $Id: PKGBUILD 80515 2012-11-23 11:59:16Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: poplarch <poplarch@gmail.com>
pkgname=kcm-fcitx
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="KDE Config Module for Fcitx"
arch=('i686' 'x86_64')
url="https://github.com/fcitx/kcm-fcitx"
license=('GPL')
depends=('fcitx>=4.2.6' 'kdebase-runtime')
makedepends=('cmake' 'intltool' 'automoc4')
-source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz)
+source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
md5sums=('1a2a9802edf6df79d3883c362ba487f0')
build() {
- cd "$srcdir"/${pkgname}-${pkgver}
+ cd "$srcdir/${pkgname}-${pkgver}"
rm -rf build
mkdir build