mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
trash-cli: update to 0.17.1.14
This commit is contained in:
parent
3e0a0439b7
commit
cf18b86f16
@ -1,20 +1,14 @@
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
|
||||
# Contributor: Anthony T. Brown <brown dot anthony dot t at gmail dot com>
|
||||
# Contributor: Renato Garcia <fgar.renatoATgmailDOTcom>
|
||||
|
||||
pkgname=trash-cli
|
||||
pkgver=0.12.9.14
|
||||
pkgrel=2
|
||||
pkgver=0.17.1.14
|
||||
pkgrel=1
|
||||
pkgdesc="Command line trashcan (recycle bin) interface"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://pypi.python.org/pypi/trash-cli/"
|
||||
license=('GPL')
|
||||
depends=('python2' 'python2-unipath>=0.2.1' 'python-distribute')
|
||||
source=(http://pypi.python.org/packages/source/t/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('79135954bbe5d0c806d298c38e3e0527')
|
||||
depends=('python2')
|
||||
makedepends=("python2-setuptools")
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/andreafrancia/$pkgname/archive/$pkgver.tar.gz)
|
||||
md5sums=('75ccadb291fdef88cd7175d609fc6409')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user