summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrandon Milton2016-06-06 18:56:19 -0700
committerBrandon Milton2016-06-06 18:56:19 -0700
commit7a98fb3c385336788f65ee850f5e5574841f8492 (patch)
treeb301f272276caf76fd29190e645978710bba7e1c /PKGBUILD
parent22c01470397d8377301d5ef0e8f2979fe7cc5b54 (diff)
downloadaur-7a98fb3c385336788f65ee850f5e5574841f8492.tar.gz
Upstream changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ff15d21bbe7..0c99358ab030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"