[arch-commits] Commit in brise/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed May 16 06:54:37 UTC 2018


    Date: Wednesday, May 16, 2018 @ 06:54:36
  Author: felixonmars
Revision: 322545

upgpkg: brise 0.38.20180515-1

Modified:
  brise/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-16 06:53:33 UTC (rev 322544)
+++ PKGBUILD	2018-05-16 06:54:36 UTC (rev 322545)
@@ -3,22 +3,21 @@
 # Contributor: GONG Chen <chen dot sst at gmail dot com>
 
 pkgname=brise
-pkgver=0.35.20160920
-_commit=38793328e38288bf2460899686766a5f62b0ef2b
+pkgver=0.38.20180515
 pkgrel=1
 pkgdesc="Rime schema repository"
 arch=('x86_64')
 url="https://github.com/lotem/brise/"
 license=('GPL3')
-makedepends=('cmake' 'git' 'librime')
+makedepends=('cmake' 'librime')
 provides=('librime-data')
-#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver"
-source=("git+https://github.com/lotem/brise.git#commit=$_commit")
-sha512sums=('SKIP')
+source=("https://github.com/rime/brise/releases/download/brise-0.38/brise-$pkgver.tar.gz")
+sha512sums=('60b3d37486b6858114036664327c9be00d09d3f7d3f5aaf337c6bc5a46134e5785fc1732db5aad15e1e628241a70c9c34b03f982fb13cae6d91220731b451bb9')
 
 build() {
   cd $pkgname
   make
+  rime_deployer --build output
 }
 
 package() {
@@ -25,4 +24,3 @@
   cd $pkgname
   make DESTDIR="$pkgdir" install
 }
-



More information about the arch-commits mailing list