trash-cli: update to 0.17.1.14

This commit is contained in:
Jeff Huang 2017-01-29 11:56:00 +00:00
parent 3e0a0439b7
commit cf18b86f16

View File

@ -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 pkgname=trash-cli
pkgver=0.12.9.14 pkgver=0.17.1.14
pkgrel=2 pkgrel=1
pkgdesc="Command line trashcan (recycle bin) interface" pkgdesc="Command line trashcan (recycle bin) interface"
arch=('i686' 'x86_64') arch=('x86_64')
url="http://pypi.python.org/pypi/trash-cli/" url="http://pypi.python.org/pypi/trash-cli/"
license=('GPL') license=('GPL')
depends=('python2' 'python2-unipath>=0.2.1' 'python-distribute') depends=('python2')
source=(http://pypi.python.org/packages/source/t/${pkgname}/${pkgname}-${pkgver}.tar.gz) makedepends=("python2-setuptools")
md5sums=('79135954bbe5d0c806d298c38e3e0527') source=($pkgname-$pkgver.tar.gz::https://github.com/andreafrancia/$pkgname/archive/$pkgver.tar.gz)
md5sums=('75ccadb291fdef88cd7175d609fc6409')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"