mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/pyzy to 1.0-4
This commit is contained in:
parent
28256166a3
commit
3032544b55
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
# $Id$
|
||||
# Maintainer: Felix Yan <felixonmars@gmail.com>
|
||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
# Contributor: Kerrick Staley <mail@kerrickstaley.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
@ -8,17 +8,17 @@
|
|||
pkgname=pyzy
|
||||
pkgver=1.0
|
||||
_commit="d7747466562cb8b4bc2934708e29b7643c7bedbc"
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc='The Chinese PinYin and Bopomofo conversion library'
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url='https://github.com/pyzy/pyzy'
|
||||
license=('LGPL')
|
||||
depends=('glib2' 'sqlite' 'util-linux')
|
||||
makedepends=('git' 'doxygen' 'gnome-common' 'python2')
|
||||
source=("git://github.com/pyzy/pyzy.git#commit=$_commit"
|
||||
'pyzy-0.1.0-fixes-compile.patch')
|
||||
md5sums=('SKIP'
|
||||
'f9fedfd7a54e382550ce3dccf21c9306')
|
||||
sha512sums=('SKIP'
|
||||
'973f1d9928801e028fe8a212403ec421a0fcbb9874745dd6722b1a769d8c9717d5ae88fb62d3fea6d0fc60c6889f3fa9cf17600d5eafcad8fb6b9f28e2677098')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
|
|
Loading…
Reference in a new issue