summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Milton2016-06-06 19:19:03 -0700
committerBrandon Milton2016-06-06 19:19:03 -0700
commit5abc41130c88f210762a40a39f2b2a56cda98316 (patch)
treebcf584a220996f1443695ca983e1ae2efd55da49
parent7a98fb3c385336788f65ee850f5e5574841f8492 (diff)
downloadaur-5abc41130c88f210762a40a39f2b2a56cda98316.tar.gz
Update upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01e1a45aade0..234b0593fef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = download-sweeper
pkgdesc = A stale file archive and removal tool
pkgver = 1.0
- pkgrel = 3
+ pkgrel = 4
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 = 00cddbd39225cc07411930c83d3f2126
+ md5sums = 9e55818c68a82a8eff8d40809cf6816f
pkgname = download-sweeper
diff --git a/PKGBUILD b/PKGBUILD
index 0c99358ab030..b2e7a5557019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brandon Milton <brandon.milton21@gmail.com>
pkgname=download-sweeper
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A stale file archive and removal tool"
arch=('any')
url="https://github.com/brandonio21/download-sweeper"
@@ -9,12 +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=('00cddbd39225cc07411930c83d3f2126')
-
-build() {
- cd "$pkgname-$pkgver"
- make
-}
+md5sums=('9e55818c68a82a8eff8d40809cf6816f')
package() {
cd "$pkgname-$pkgver"