[arch-commits] Commit in librime/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Apr 2 03:00:39 UTC 2018


    Date: Monday, April 2, 2018 @ 03:00:37
  Author: felixonmars
Revision: 313815

archrelease: copy trunk to community-x86_64

Added:
  librime/repos/community-x86_64/PKGBUILD
    (from rev 313814, librime/trunk/PKGBUILD)
Deleted:
  librime/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-02 03:00:15 UTC (rev 313814)
+++ PKGBUILD	2018-04-02 03:00:37 UTC (rev 313815)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: GONG Chen <chen dot sst at gmail dot com>
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=1.3.0
-pkgrel=1
-epoch=1
-pkgdesc="Rime input method engine"
-arch=('x86_64')
-url="https://github.com/rime/librime"
-license=('GPL3')
-depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake' 'boost' 'gtest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/rime-$pkgver.tar.gz")
-sha512sums=('08bf47d04d9bb8c9112ba27921be693b76ef608b5b783c79fe592694d29868f282c202a43e920033cdb95a7844caf7b232d4d990267ecd489709b2fbebf01cef')
-
-build() {
-  cd $pkgname-rime-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-rime-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: librime/repos/community-x86_64/PKGBUILD (from rev 313814, librime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-02 03:00:37 UTC (rev 313815)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.3.1
+pkgrel=1
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('x86_64')
+url="https://github.com/rime/librime"
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'gtest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/rime-$pkgver.tar.gz")
+sha512sums=('7df91eea6715312c564a739edd85e89b4abdc0493d9727304595897f1b8637fc07b71077b818cac4ebd75b864759c711c12f826a6d7fe52caad88cc72b5640cf')
+
+build() {
+  cd $pkgname-rime-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-rime-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list