summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDian M Fay2022-07-09 11:24:17 -0400
committerDian M Fay2022-07-09 11:24:17 -0400
commit0dd6cde30d62a98daa0256cccf66eb9cab994d00 (patch)
tree6dea69cb3eead6192ed8280729a4e029f0b0a40d /PKGBUILD
parent319839d55c991a4245964f3d0f2f783e8e6c7355 (diff)
downloadaur-0dd6cde30d62a98daa0256cccf66eb9cab994d00.tar.gz
remove superfluous systemd user config, no included service/timer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbc93dbdc497..ec0583b45d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,15 @@
# Contributor: Derek Pressnall <dspgh at needcaffeine dot net> (developer/original uploader)
pkgname=snebu
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A snapshot style multiple-client backup program"
url="https://www.snebu.com"
license=("GPL3")
depends=("sqlite" "bash" "lzo" "openssl")
arch=("i686" "x86_64")
backup=("etc/snebu.conf")
-source=(
- "https://github.com/derekp7/snebu/archive/v1.1.2.tar.gz"
- snebu-sysusers.conf
-)
-md5sums=('e929cd899bb4e1aec734bd6db5786524'
- 'a0a587462fe268bcb5c8cb05df3ee1e6')
+source=("https://github.com/derekp7/snebu/archive/v1.1.2.tar.gz")
+md5sums=('e929cd899bb4e1aec734bd6db5786524')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
@@ -23,8 +19,6 @@ build() {
}
package() {
- install -Dm644 "$srcdir/snebu-sysusers.conf" "$pkgdir/usr/lib/sysusers.d/snebu.conf"
-
cd "$srcdir/${pkgname}-${pkgver}"
make install DESTDIR="${pkgdir}" PREFIX=/usr
}