diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-01-23 19:31:16 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-01-23 19:31:16 -0300 |
commit | 59a85546825bde45248cd216c2d8fae8f72e4046 (patch) | |
tree | 4671056dabe2acadd54ab89d8cfcb46bf2283145 /community/fcitx-m17n/PKGBUILD | |
parent | 1f07b846d901eeaf0019566766f8a327ed2d078d (diff) | |
parent | 91fea2e90c87b282a3bb39b080b8c51eb52cdbbe (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/chmsee/PKGBUILD
community/libzdb/PKGBUILD
community/notmuch/PKGBUILD
community/v8/PKGBUILD
community/zathura-ps/PKGBUILD
core/dash/PKGBUILD
extra/slim/PKGBUILD
Diffstat (limited to 'community/fcitx-m17n/PKGBUILD')
-rw-r--r-- | community/fcitx-m17n/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fcitx-m17n/PKGBUILD b/community/fcitx-m17n/PKGBUILD index 863119aed..a903f9d0d 100644 --- a/community/fcitx-m17n/PKGBUILD +++ b/community/fcitx-m17n/PKGBUILD @@ -1,8 +1,8 @@ -# $Id$ +# $Id: PKGBUILD 82548 2013-01-20 16:21:36Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-m17n -pkgver=0.1.3 +pkgver=0.1.4 pkgrel=1 pkgdesc="Fcitx Wrapper for m17n." arch=('i686' 'x86_64' 'mips64el') @@ -26,4 +26,4 @@ package() { cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } -md5sums=('a0df4dc1bf2e15fcfef63605dbeb9bba') +md5sums=('2b0570580875ee2cbd1c773772885a61') |