summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrandon Milton2017-04-03 12:22:35 -0700
committerBrandon Milton2017-04-03 12:22:35 -0700
commitdab2ab9504997ea08254ae33f92daa7860fedda7 (patch)
tree132d70ca211e2fa301dae2224dac17e283846910 /PKGBUILD
parent9b8d7e68a64ee09e96931351dc57d7df251a2c5f (diff)
downloadaur-dab2ab9504997ea08254ae33f92daa7860fedda7.tar.gz
Fix PKGFILE error with systemd/user
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7eed3207874c..1248702d97c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brandon Milton <brandon.milton21@gmail.com>
pkgname=download-sweeper
pkgver=1.12
-pkgrel=1
+pkgrel=2
pkgdesc="A stale file archive and removal tool"
arch=('any')
url="https://github.com/brandonio21/download-sweeper"
@@ -13,7 +13,7 @@ sha256sums=('455a717cce5c35ce44e942702bc76bebe51536f2b956bb20a4250e1fa815042f')
package() {
cd "$pkgname-$pkgver"
mkdir -p $pkgdir/usr/bin
- mkdir -p $pkgdir/usr/lib/systemd/system
+ mkdir -p $pkgdir/usr/lib/systemd/user
install download_sweeper.py $pkgdir/usr/bin
install download-sweeper.service $pkgdir/usr/lib/systemd/user