summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Milton2016-06-05 23:27:03 -0700
committerBrandon Milton2016-06-05 23:27:03 -0700
commit22c01470397d8377301d5ef0e8f2979fe7cc5b54 (patch)
tree6fa2f68dddaaa4599074a5d7af71cb41fb30e3f4
parenteabf999f7f255f6ea03bde7bb2a1dd52fde4b267 (diff)
downloadaur-22c01470397d8377301d5ef0e8f2979fe7cc5b54.tar.gz
Upstream inc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f75059f5f22c..9acc541195dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = download-sweeper
pkgdesc = A stale file archive and removal tool
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/brandonio21/download-sweeper
arch = any
license = GPL
@@ -9,7 +9,7 @@ pkgbase = download-sweeper
depends = python>=3
depends = systemd
source = https://github.com/brandonio21/download-sweeper/archive/v1.0.tar.gz
- md5sums = 110606cc97b00bb407831f40c03193d7
+ md5sums = bf101f6c999535a719cdd3cda2691ad8
pkgname = download-sweeper
diff --git a/PKGBUILD b/PKGBUILD
index 1b97ed37564d..9ff15d21bbe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brandon Milton <brandon.milton21@gmail.com>
pkgname=download-sweeper
pkgver=1.0
-pkgrel=1
+pkgrel=2
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')
makedepends=('python-pip')
source=("https://github.com/brandonio21/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('110606cc97b00bb407831f40c03193d7')
+md5sums=('bf101f6c999535a719cdd3cda2691ad8')
build() {
cd "$pkgname-$pkgver"