diff options
author | Brandon Milton | 2016-06-06 18:56:19 -0700 |
---|---|---|
committer | Brandon Milton | 2016-06-06 18:56:19 -0700 |
commit | 7a98fb3c385336788f65ee850f5e5574841f8492 (patch) | |
tree | b301f272276caf76fd29190e645978710bba7e1c /PKGBUILD | |
parent | 22c01470397d8377301d5ef0e8f2979fe7cc5b54 (diff) | |
download | aur-7a98fb3c385336788f65ee850f5e5574841f8492.tar.gz |
Upstream changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,15 @@ # Maintainer: Brandon Milton <brandon.milton21@gmail.com> pkgname=download-sweeper pkgver=1.0 -pkgrel=2 +pkgrel=3 pkgdesc="A stale file archive and removal tool" arch=('any') url="https://github.com/brandonio21/download-sweeper" license=('GPL') -depends=('python>=3' 'systemd') +depends=('python>=3' 'systemd' 'python-virtualenv') makedepends=('python-pip') source=("https://github.com/brandonio21/$pkgname/archive/v$pkgver.tar.gz") -md5sums=('bf101f6c999535a719cdd3cda2691ad8') +md5sums=('00cddbd39225cc07411930c83d3f2126') build() { cd "$pkgname-$pkgver" |