summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Milton2016-06-06 18:56:19 -0700
committerBrandon Milton2016-06-06 18:56:19 -0700
commit7a98fb3c385336788f65ee850f5e5574841f8492 (patch)
treeb301f272276caf76fd29190e645978710bba7e1c
parent22c01470397d8377301d5ef0e8f2979fe7cc5b54 (diff)
downloadaur-7a98fb3c385336788f65ee850f5e5574841f8492.tar.gz
Upstream changes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9acc541195dc..01e1a45aade0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = download-sweeper
pkgdesc = A stale file archive and removal tool
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/brandonio21/download-sweeper
arch = any
license = GPL
makedepends = python-pip
depends = python>=3
depends = systemd
+ depends = python-virtualenv
source = https://github.com/brandonio21/download-sweeper/archive/v1.0.tar.gz
- md5sums = bf101f6c999535a719cdd3cda2691ad8
+ md5sums = 00cddbd39225cc07411930c83d3f2126
pkgname = download-sweeper
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"