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

Felix Yan felixonmars at archlinux.org
Fri Sep 15 07:31:31 UTC 2017


    Date: Friday, September 15, 2017 @ 07:31:30
  Author: felixonmars
Revision: 257651

archrelease: copy trunk to community-any

Added:
  fcitx-table-extra/repos/community-any/PKGBUILD
    (from rev 257650, fcitx-table-extra/trunk/PKGBUILD)
Deleted:
  fcitx-table-extra/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-15 07:31:06 UTC (rev 257650)
+++ PKGBUILD	2017-09-15 07:31:30 UTC (rev 257651)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Leewings Ng <osideal at gmail.com>
-
-pkgname=fcitx-table-extra
-pkgver=0.3.7
-pkgrel=2
-pkgdesc='Extra tables for Fcitx, including Boshiamy, Zhengma, Cangjie3, Cangjie5'
-arch=('any')
-url="http://code.google.com/p/fcitx/"
-license=('GPL')
-depends=('fcitx')
-makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz"{,.sig})
-sha512sums=('628eb7d2b09a3383ab92460dc8c2bc86771482cc84bdce847a394ee595423642dff29a39ccf31f56ea8de833f25e9d42952b55b754dd234d0831b5de5431d16a'
-            'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
-
-build() {
-  cd $pkgname-$pkgver
- 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx-table-extra/repos/community-any/PKGBUILD (from rev 257650, fcitx-table-extra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-15 07:31:30 UTC (rev 257651)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Leewings Ng <osideal at gmail.com>
+
+pkgname=fcitx-table-extra
+pkgver=0.3.8
+pkgrel=1
+pkgdesc='Extra tables for Fcitx, including Boshiamy, Zhengma, Cangjie3, Cangjie5'
+arch=('any')
+url="https://github.com/fcitx/fcitx-table-extra"
+license=('GPL')
+depends=('fcitx')
+makedepends=('cmake' 'intltool')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz"{,.sig})
+sha512sums=('454798e9bd25c630ce98e2daf7296e82ba5fbc98027171038a5a7b9ac3169c153302a6703d9416718ec3a0b76db6d732caf3f03c6e6005841c9d7798702542df'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+build() {
+  cd $pkgname-$pkgver
+ 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list