[arch-commits] Commit in ibus-table/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 8 22:09:38 UTC 2021


    Date: Saturday, May 8, 2021 @ 22:09:38
  Author: felixonmars
Revision: 928929

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
    (from rev 928928, ibus-table/trunk/PKGBUILD)
Deleted:
  ibus-table/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-08 22:09:21 UTC (rev 928928)
+++ PKGBUILD	2021-05-08 22:09:38 UTC (rev 928929)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: coderoar <coderoar at gmail.com>
-# Contributor: leemars <leemars at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=ibus-table
-pkgver=1.12.6
-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=('docbook2x' 'docbook-sgml' 'docbook-utils')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz")
-sha512sums=('2b61e181a8780ccb708724192ff9c15ce70dd0af9b153f00928f39407891046f093721288092565140f2ebfb42b5b40b941a1b3f1572b53dcfd7ec5cdc55ebc4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh \
-    --prefix=/usr \
-    --libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 928928, ibus-table/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-08 22:09:38 UTC (rev 928929)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: coderoar <coderoar at gmail.com>
+# Contributor: leemars <leemars at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=ibus-table
+pkgver=1.13.0
+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=('docbook2x' 'docbook-sgml' 'docbook-utils')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz")
+sha512sums=('6d6acb2504f98b558437acc181072a391e899d0564019aee95d803308a44e0254e4321877a561ffa70171136f07da79782aef2ed8a67ac8919bc3a2c55c7b9e9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh \
+    --prefix=/usr \
+    --libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list