diff options
Diffstat (limited to 'community/ibus-qt/PKGBUILD')
-rw-r--r-- | community/ibus-qt/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ibus-qt/PKGBUILD b/community/ibus-qt/PKGBUILD index aed97d135..9b320aed4 100644 --- a/community/ibus-qt/PKGBUILD +++ b/community/ibus-qt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80239 2012-11-18 10:30:25Z andrea $ +# $Id: PKGBUILD 82685 2013-01-23 00:15:54Z eric $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: garion < garion @ mailoo.org > @@ -6,7 +6,7 @@ pkgname=ibus-qt pkgver=1.3.1 -pkgrel=6 +pkgrel=7 pkgdesc='IBus qt library and IBus qt input method plugin' arch=('i686' 'x86_64') license=('LGPL') @@ -28,7 +28,7 @@ build() { } package() { - cd "${srcdir}//${pkgname}-${pkgver}-Source/build" + cd "${srcdir}/${pkgname}-${pkgver}-Source/build" make DESTDIR="${pkgdir}" install } md5sums=('769e8872ca8a59327b2073ce2f142589' |