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

Felix Yan fyan at archlinux.org
Thu Dec 17 10:34:04 UTC 2015


    Date: Thursday, December 17, 2015 @ 11:34:04
  Author: fyan
Revision: 153561

upgpkg: brise 0.35.20150907-1

Modified:
  brise/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-17 10:33:30 UTC (rev 153560)
+++ PKGBUILD	2015-12-17 10:34:04 UTC (rev 153561)
@@ -1,20 +1,20 @@
 # $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: GONG Chen <chen dot sst at gmail dot com>
 
 pkgname=brise
-pkgver=0.35
+pkgver=0.35.20150907
+_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
 pkgrel=1
 pkgdesc="Rime schema repository"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/rimeime/"
 license=('GPL3')
-depends=()
-makedepends=('cmake' 'git' 'librime>=1.2')
+makedepends=('cmake' 'git' 'librime')
 provides=('librime-data')
-conflicts=('librime<1.2' 'ibus-rime<1.2')
-source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver")
-md5sums=('SKIP')
+#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver"
+source=("git+https://github.com/lotem/brise.git#commit=$_commit")
+sha512sums=('SKIP')
 
 build() {
   cd $pkgname



More information about the arch-commits mailing list