librime: update to 1.3.2.
This commit is contained in:
parent
1052cd5bcc
commit
8dcbe87e5c
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'librime'
|
||||
pkgname=librime
|
||||
version=1.3.1
|
||||
revision=4
|
||||
version=1.3.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_LOGGING=Off -DBUILD_TEST=Off"
|
||||
wrksrc="librime-rime-${version}"
|
||||
configure_args="-DENABLE_LOGGING=OFF -DBUILD_TEST=OFF"
|
||||
makedepends="boost-devel leveldb-devel marisa-devel opencc-devel yaml-cpp-devel"
|
||||
short_desc="Rime Input Method Engine"
|
||||
maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/rime/librime"
|
||||
distfiles="https://github.com/rime/librime/archive/rime-${version}.tar.gz"
|
||||
checksum=24bb6595c3191692f02686d6363515c73c9d3ffcfe592155573b63abd050a718
|
||||
distfiles="https://github.com/rime/librime/archive/${version}.tar.gz"
|
||||
checksum=7b8c799cc7dc9f05bd69eab2710fc203d70c8782694f8a053bc1f63ee8757590
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue