summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-12-21 10:38:15 -0800
committerJohnathan Jenkins2016-12-21 10:38:15 -0800
commitc297ac56b829bec199064a3f48a60e6970acac37 (patch)
tree9600eccd457d9e4ab3a721c22a4235bb84d6a04e
parent55fea09d29729ae63484c77b951a043a56f26965 (diff)
downloadaur-c297ac56b829bec199064a3f48a60e6970acac37.tar.gz
clean up pkgbuild
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b6c3a1a1dea..af64fe3e37db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
+# Generated by mksrcinfo v8
+# Wed Dec 21 18:38:06 UTC 2016
pkgbase = trash-cli-git
pkgdesc = Command line trashcan (recycle bin) interface
- pkgver = 415.e888f86
+ pkgver = 457.468afec
pkgrel = 1
url = http://github.com/andreafrancia/trash-cli
arch = any
license = GPL
- makedepends = git
+ makedepends = python2-setuptools
depends = python2
- depends = python2-distribute
provides = trash-cli
conflicts = trash-cli
source = git+http://github.com/andreafrancia/trash-cli.git
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"