summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzoe2024-05-19 17:02:08 +0200
committerzoe2024-05-19 17:02:08 +0200
commit6d442f2c8fe5cff1a4a7774a44348471c69ac41a (patch)
tree940cc3a2b32c698bad7c3c4b367b438a745ebd13 /PKGBUILD
parent79887b4bf9a5f1b1062ab6ef23e7bc8bfb4c7019 (diff)
downloadaur-arch-backup.tar.gz
Added git as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 756fd1bf5398..31d5ae472f4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
pkgname=arch-backup
pkgver=0.8.11
-pkgrel=2
+pkgrel=3
pkgdesc="trivial backup scripts (ssh/smb support)"
arch=(any)
url="https://github.com/p5n/archlinux-stuff/tree/master/arch-backup"
license=("GPL")
+makedepends=('git')
depends=()
backup=(etc/arch-backup/arch-backup.conf)
source=("${pkgname}.git::git+https://github.com/p5n/archlinux-stuff.git")