summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Milton2016-06-06 19:21:46 -0700
committerBrandon Milton2016-06-06 19:21:46 -0700
commitd00bb2218adaeca2c17578f907d551a0f3024d87 (patch)
tree020eb1bc959857ba36ba9820e0ad953400097339
parent5abc41130c88f210762a40a39f2b2a56cda98316 (diff)
downloadaur-d00bb2218adaeca2c17578f907d551a0f3024d87.tar.gz
Update upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 234b0593fef6..faa04dfd449a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = download-sweeper
pkgdesc = A stale file archive and removal tool
pkgver = 1.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/brandonio21/download-sweeper
arch = any
license = GPL
@@ -10,7 +10,7 @@ pkgbase = download-sweeper
depends = systemd
depends = python-virtualenv
source = https://github.com/brandonio21/download-sweeper/archive/v1.0.tar.gz
- md5sums = 9e55818c68a82a8eff8d40809cf6816f
+ md5sums = 945c87019d98ac6bd2a04f089bf7189e
pkgname = download-sweeper
diff --git a/PKGBUILD b/PKGBUILD
index b2e7a5557019..04d8382b596e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brandon Milton <brandon.milton21@gmail.com>
pkgname=download-sweeper
pkgver=1.0
-pkgrel=4
+pkgrel=5
pkgdesc="A stale file archive and removal tool"
arch=('any')
url="https://github.com/brandonio21/download-sweeper"
@@ -9,7 +9,7 @@ license=('GPL')
depends=('python>=3' 'systemd' 'python-virtualenv')
makedepends=('python-pip')
source=("https://github.com/brandonio21/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('9e55818c68a82a8eff8d40809cf6816f')
+md5sums=('945c87019d98ac6bd2a04f089bf7189e')
package() {
cd "$pkgname-$pkgver"