[arch-commits] Commit in fcitx-table-other/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Sun May 18 17:31:54 UTC 2014


    Date: Sunday, May 18, 2014 @ 19:31:54
  Author: fyan
Revision: 111442

upgpkg: fcitx-table-other 0.2.3-1

Modified:
  fcitx-table-other/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-18 17:31:34 UTC (rev 111441)
+++ PKGBUILD	2014-05-18 17:31:54 UTC (rev 111442)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at gmail.com>
 
 pkgname=fcitx-table-other
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc='Provides some other tables for Fcitx, fork from ibus-table-others, scim-tables.'
 arch=('any')
@@ -14,7 +14,7 @@
 source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   cmake -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE=Release .
   make
@@ -21,8 +21,8 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 
-md5sums=('b2827e5ddb962cdbdb2ede59d3c5752f')
+sha512sums=('bd1eff0d4bd616a142711b0a7f9373ce9fdb6e99ded5cf717831aee475c8a442287e26355a2dd72ea39397603a42a6218b4233458028f0dccf4285d0e16fdf68')




More information about the arch-commits mailing list