From cf18b86f16137f3c628222b0d68fe19c41654744 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Sun, 29 Jan 2017 11:56:00 +0000 Subject: [PATCH] trash-cli: update to 0.17.1.14 --- trash-cli/PKGBUILD | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/trash-cli/PKGBUILD b/trash-cli/PKGBUILD index e56d099c5..e32d6c862 100644 --- a/trash-cli/PKGBUILD +++ b/trash-cli/PKGBUILD @@ -1,20 +1,14 @@ -# -# Apps Packages for Chakra, part of chakra-project.org -# -# Maintainer: Adrián Chaves Fernández (Gallaecio) -# Contributor: Anthony T. Brown -# Contributor: Renato Garcia - 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}"