mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
quazip update
This commit is contained in:
parent
abf57ff9d4
commit
002c49ad3f
@ -3,11 +3,8 @@
|
|||||||
#
|
#
|
||||||
# maintainer Andrei Nistor <coder[dot]tux[at]chakra-project[dot]org>
|
# maintainer Andrei Nistor <coder[dot]tux[at]chakra-project[dot]org>
|
||||||
|
|
||||||
# include global config
|
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
||||||
|
|
||||||
pkgname=quazip
|
pkgname=quazip
|
||||||
pkgver=0.4.3
|
pkgver=0.4.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
|
pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
|
||||||
url="http://sourceforge.net/projects/quazip/"
|
url="http://sourceforge.net/projects/quazip/"
|
||||||
@ -15,7 +12,7 @@ arch=('i686' 'x86_64')
|
|||||||
depends=('qt')
|
depends=('qt')
|
||||||
source=("http://downloads.sourceforge.net/project/quazip/quazip/${pkgver}/quazip-${pkgver}.tar.gz")
|
source=("http://downloads.sourceforge.net/project/quazip/quazip/${pkgver}/quazip-${pkgver}.tar.gz")
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
md5sums=('5e548a988d059430930b61330b5bfade')
|
md5sums=('5ca4957f317cbaa6a826ff2de490d1d8')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/quazip-${pkgver}/quazip
|
cd ${srcdir}/quazip-${pkgver}/quazip
|
||||||
|
Loading…
Reference in New Issue
Block a user