[arch-commits] Commit in fcitx5-table-other/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 21 23:51:59 UTC 2021
Date: Sunday, March 21, 2021 @ 23:51:59
Author: felixonmars
Revision: 898592
archrelease: copy trunk to community-any
Added:
fcitx5-table-other/repos/community-any/PKGBUILD
(from rev 898591, fcitx5-table-other/trunk/PKGBUILD)
Deleted:
fcitx5-table-other/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-21 23:51:47 UTC (rev 898591)
+++ PKGBUILD 2021-03-21 23:51:59 UTC (rev 898592)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-table-other
-pkgver=5.0.3
-pkgrel=1
-pkgdesc="Other tables for Fcitx5"
-arch=('any')
-url="https://github.com/fcitx/fcitx5-table-other"
-license=('GPL')
-depends=('fcitx5-chinese-addons')
-makedepends=('extra-cmake-modules' 'boost')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('1a15dbc5a50eefc108f96c718c608c2fc96314a2ca53e9950d7e9b26884f6661cf38810572249d0e82a2fda42c5e28ed8cf24ef4c75b45fb607e5835ff99a588'
- 'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
-
-build(){
- cd $pkgname-$pkgver
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: fcitx5-table-other/repos/community-any/PKGBUILD (from rev 898591, fcitx5-table-other/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-21 23:51:59 UTC (rev 898592)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-table-other
+pkgver=5.0.4
+pkgrel=1
+pkgdesc="Other tables for Fcitx5"
+arch=('any')
+url="https://github.com/fcitx/fcitx5-table-other"
+license=('GPL')
+depends=('fcitx5-chinese-addons')
+makedepends=('extra-cmake-modules' 'boost')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('abc1ad98f0296790714c0e48c5466567af803c6de5da8fcf26f7f22a4b84ceca98e11784d9f090d15a320843c844a28ec5e6b304cc1be6b50c06e6d46dd590fb'
+ 'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
+
+build(){
+ cd $pkgname-$pkgver
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list