diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-27 13:00:10 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-27 13:00:10 +0100 |
commit | 44911fdf72fe2b62195a517be5daee5928d81eb4 (patch) | |
tree | 34783bd678a794e4870997907dd8a0890389421a /community/fcitx-unikey/PKGBUILD | |
parent | ca3d0fa6a8831351c62115410645b754c66dfeac (diff) | |
parent | bea8c358e2a890b16f8f158995cd342952fd4a60 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD
extra/cvsps/PKGBUILD
libre/cdfs-libre/PKGBUILD
libre/vhba-module-libre/PKGBUILD
Diffstat (limited to 'community/fcitx-unikey/PKGBUILD')
-rw-r--r-- | community/fcitx-unikey/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/fcitx-unikey/PKGBUILD b/community/fcitx-unikey/PKGBUILD index 3c28836b4..3fad437e1 100644 --- a/community/fcitx-unikey/PKGBUILD +++ b/community/fcitx-unikey/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80099 2012-11-16 03:00:26Z fyan $ +# $Id: PKGBUILD 81669 2012-12-26 11:38:22Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-unikey pkgver=0.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="Fcitx Wrapper for unikey" arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx" @@ -11,8 +11,8 @@ license=('GPL') depends=('fcitx>=4.2.3') optdepends=('qt: To run the fcitx unikey macro editor') makedepends=('cmake' 'intltool' 'qt') -source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz) -install='fcitx-unikey.install' +source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") +install=fcitx-unikey.install build(){ cd "$srcdir/${pkgname}-${pkgver}" |