Date: Thursday, September 3, 2020 @ 20:29:33
  Author: felixonmars
Revision: 697605

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-lua/repos/community-x86_64/PKGBUILD
    (from rev 697604, fcitx5-lua/trunk/PKGBUILD)
Deleted:
  fcitx5-lua/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-09-03 20:29:23 UTC (rev 697604)
+++ PKGBUILD    2020-09-03 20:29:33 UTC (rev 697605)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=fcitx5-lua
-pkgver=0.0.0.20200824
-_commit=ff218dd82db069d4a502a3eb212a80184c592ce0
-pkgrel=1
-pkgdesc="Lua support for Fcitx 5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-lua";
-license=('GPL')
-depends=('fcitx5' 'lua')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://github.com/fcitx/fcitx5-lua/archive/$_commit/fcitx5-lua-$_commit.tar.gz";)
-sha512sums=('21d84e43d4170922156654c1aa8d60f9875b4e1a871bce2b538aec1ad15ef1ce84b65b372c0720920e81348574e4415c59cc3558522decb4b6c78ebaeb3d962a')
-
-build() {
-  cd $pkgname-$_commit
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
-}
-
-check() {
-  cd $pkgname-$_commit
-  ninja test
-}
-
-package() {
-  cd $pkgname-$_commit
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-lua/repos/community-x86_64/PKGBUILD (from rev 697604, 
fcitx5-lua/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-09-03 20:29:33 UTC (rev 697605)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=fcitx5-lua
+pkgver=0.0.0.20200824
+_commit=ff218dd82db069d4a502a3eb212a80184c592ce0
+pkgrel=2
+pkgdesc="Lua support for Fcitx 5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-lua";
+license=('GPL')
+depends=('fcitx5' 'lua')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://github.com/fcitx/fcitx5-lua/archive/$_commit/fcitx5-lua-$_commit.tar.gz";)
+sha512sums=('21d84e43d4170922156654c1aa8d60f9875b4e1a871bce2b538aec1ad15ef1ce84b65b372c0720920e81348574e4415c59cc3558522decb4b6c78ebaeb3d962a')
+
+build() {
+  cd $pkgname-$_commit
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
+}
+
+check() {
+  cd $pkgname-$_commit
+  ninja test
+}
+
+package() {
+  cd $pkgname-$_commit
+  DESTDIR="$pkgdir" ninja install
+}

Reply via email to