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

Felix Yan felixonmars at archlinux.org
Sun Jun 4 02:24:09 UTC 2017


    Date: Sunday, June 4, 2017 @ 02:24:08
  Author: felixonmars
Revision: 233910

upgpkg: ibus-table 1.9.17-1

Modified:
  ibus-table/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-04 02:20:38 UTC (rev 233909)
+++ PKGBUILD	2017-06-04 02:24:08 UTC (rev 233910)
@@ -5,29 +5,29 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=ibus-table
-pkgver=1.9.16
+pkgver=1.9.17
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, WuBi, ErBi, CangJie and so on'
 arch=('any')
 url="https://github.com/kaio/ibus-table"
 license=('LGPL')
-makedepends=('git' 'docbook2x' 'docbook-sgml')
+makedepends=('docbook2x' 'docbook-sgml')
 depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz"
         sgml_fix.patch)
-sha512sums=('SKIP'
+sha512sums=('2801a59618ab664d9d5f6edad87b342de75e36ac54c7d3ea885795525c2caccea1c083f67365315059e97071c4d2e9e076fe4389fa8319f997cee0ed43fbfff4'
             '930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
 
 prepare() {
-  cd ${pkgname}
+  cd $pkgname-$pkgver
 
   patch -p1 -i ../sgml_fix.patch
 }
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
-  PYTHON=/usr/bin/python3 ./autogen.sh \
+  ./autogen.sh \
     --prefix=/usr \
     --libexecdir=/usr/lib/ibus
 
@@ -35,7 +35,7 @@
 }
 
 package() {
-  cd ${pkgname}
+  cd $pkgname-$pkgver
 
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list