diff options
author | David Runge | 2015-08-16 13:27:36 +0200 |
---|---|---|
committer | David Runge | 2015-08-16 13:27:36 +0200 |
commit | fd6b7e6c0f6cf107c38e34205aa25389df8dc8c5 (patch) | |
tree | 091ddfb88291609f88a7f87e4601f13bdcc8339d /PKGBUILD | |
parent | eb11fa41e63955f59f86ff930a27f5634d6c4966 (diff) | |
download | aur-fd6b7e6c0f6cf107c38e34205aa25389df8dc8c5.tar.gz |
PKGBUILD: Updating to new version (post 0.1). Removing separate LICENSE file (it's provided by licenses package).
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: David Runge <dave@sleepmap.de> pkgname=crypted-backups-git -pkgver=r31.9c4c4f4 +pkgver=0.1.r0.g3700dbe _basename=crypted-backups -pkgrel=2 +pkgrel=1 pkgdesc="Backup scripts using systemd timer/service units and gpg encryption" arch=('any') url="https://sleepmap.de/projects/crypted-backups" @@ -37,7 +37,6 @@ package() { install -d ${pkgdir}/usr/lib/systemd/scripts/ install -Dm 755 scripts/* ${pkgdir}/usr/lib/systemd/scripts/ install -Dm 644 README.md ${pkgdir}/usr/share/doc/${_basename}/README.md - install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${_basename}/LICENSE install -d ${pkgdir}/usr/lib/systemd/system/ install -Dm 644 system/* ${pkgdir}/usr/lib/systemd/system/ install -d ${pkgdir}/usr/lib/systemd/user/ |