diff options
author | root <root@rshg054.dnsready.net> | 2013-01-13 01:15:03 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-13 01:15:03 -0800 |
commit | 7cb984c0e1226ac1e5606206ff7c6a34eecb63fd (patch) | |
tree | 3817ae238a5af5ce6194ac0b861420148eaaff96 /community/brise | |
parent | 8c2563c3c13cb7a279544f6926cbdd2eb902cc9a (diff) |
Sun Jan 13 01:14:34 PST 2013
Diffstat (limited to 'community/brise')
-rw-r--r-- | community/brise/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/brise/PKGBUILD b/community/brise/PKGBUILD index 08a24307e..225429d81 100644 --- a/community/brise/PKGBUILD +++ b/community/brise/PKGBUILD @@ -1,10 +1,10 @@ -# $Id$ +# $Id: PKGBUILD 82228 2013-01-12 17:11:20Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: GONG Chen <chen dot sst at gmail dot com> pkgname=brise -pkgver=0.13 -pkgrel=2 +pkgver=0.16 +pkgrel=1 pkgdesc="Rime schema repository" arch=('i686' 'x86_64') url="http://code.google.com/p/rimeime/" @@ -24,4 +24,4 @@ package() { cd "${srcdir}/$pkgname" make DESTDIR="$pkgdir" install } -md5sums=('2346866c7a10e3f7f210a551083b31ac') +md5sums=('bc45f42852fd7bed59a171233d50cb79') |