mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 03:07:15 +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
|
pkgname=uchardet
|
||||||
pkgver=0.0.1
|
pkgver=0.0.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An encoding detector library"
|
pkgdesc="An encoding detector library"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://code.google.com/p/uchardet/"
|
url="https://github.com/BYVoid/uchardet"
|
||||||
license=('MPL')
|
license=('MPL')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
source=("http://uchardet.googlecode.com/files/$pkgname-$pkgver.tar.gz")
|
source=("https://github.com/BYVoid/uchardet/archive/v${pkgver}.tar.gz")
|
||||||
md5sums=('9c17f0aca38c66c95d400691a9160b1b')
|
sha256sums=('7c5569c8ee1a129959347f5340655897e6a8f81ec3344de0012a243f868eabd1')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
Loading…
Reference in New Issue
Block a user