summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tatschner2019-11-19 09:43:09 +0100
committerStefan Tatschner2019-11-19 09:43:09 +0100
commit71192fb39ef0d291754f84f28de206cf3c297047 (patch)
treece825a0f6c56bff9bc941ba417129511124bec62
parent0a629b308665672a98c0e7d40e7183649506e242 (diff)
downloadaur-71192fb39ef0d291754f84f28de206cf3c297047.tar.gz
Add git to dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80152a61370c..c2a6bd555009 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = yadm
pkgdesc = Yet Another Dotfiles Manager
pkgver = 2.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/TheLocehiliosan/yadm
arch = any
license = GPL3
+ depends = git
depends = awk
optdepends = gnupg: encrypt/decrypt sensitive files
optdepends = python-j2cli: use jinja2 templates
diff --git a/PKGBUILD b/PKGBUILD
index 4ed884f52095..20730896a922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=yadm
pkgver=2.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Yet Another Dotfiles Manager"
arch=('any')
url="https://github.com/TheLocehiliosan/yadm"
license=('GPL3')
-depends=('awk')
+depends=('git' 'awk')
optdepends=('gnupg: encrypt/decrypt sensitive files'
'python-j2cli: use jinja2 templates'
'python-envtpl: use templates with variables')