summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-12-21 10:38:15 -0800
committerJohnathan Jenkins2016-12-21 10:38:15 -0800
commitc297ac56b829bec199064a3f48a60e6970acac37 (patch)
tree9600eccd457d9e4ab3a721c22a4235bb84d6a04e /PKGBUILD
parent55fea09d29729ae63484c77b951a043a56f26965 (diff)
downloadaur-c297ac56b829bec199064a3f48a60e6970acac37.tar.gz
clean up pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 673d29931e34..b01142db9938 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=trash-cli-git
_pkgname=trash-cli
-pkgver=415.e888f86
+pkgver=457.468afec
pkgrel=1
pkgdesc='Command line trashcan (recycle bin) interface'
arch=('any')
url="http://github.com/andreafrancia/${_pkgname}"
license=('GPL')
-depends=('python2' 'python2-distribute')
-makedepends=('git')
+depends=('python2')
+makedepends=('python2-setuptools')
provides=('trash-cli')
conflicts=('trash-cli')
source=("git+http://github.com/andreafrancia/${_pkgname}.git"