mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
uchardet: update to 0.0.5
This commit is contained in:
parent
798a32febc
commit
1dc65b94a0
@ -1,18 +1,13 @@
|
||||
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: FranzMari <franzmari[at]chakra-project[dot]it>
|
||||
|
||||
pkgname=uchardet
|
||||
pkgver=0.0.1
|
||||
pkgver=0.0.5
|
||||
pkgrel=1
|
||||
pkgdesc="An encoding detector library"
|
||||
arch=('x86_64')
|
||||
url="http://code.google.com/p/uchardet/"
|
||||
url="https://github.com/BYVoid/uchardet"
|
||||
license=('MPL')
|
||||
makedepends=('cmake')
|
||||
source=("http://uchardet.googlecode.com/files/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('9c17f0aca38c66c95d400691a9160b1b')
|
||||
source=("https://github.com/BYVoid/uchardet/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('7c5569c8ee1a129959347f5340655897e6a8f81ec3344de0012a243f868eabd1')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user