diff options
author | Brandon Milton | 2016-06-06 19:19:03 -0700 |
---|---|---|
committer | Brandon Milton | 2016-06-06 19:19:03 -0700 |
commit | 5abc41130c88f210762a40a39f2b2a56cda98316 (patch) | |
tree | bcf584a220996f1443695ca983e1ae2efd55da49 /PKGBUILD | |
parent | 7a98fb3c385336788f65ee850f5e5574841f8492 (diff) | |
download | aur-5abc41130c88f210762a40a39f2b2a56cda98316.tar.gz |
Update upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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" |