summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranciszek Madej2019-02-05 10:18:03 +0100
committerFranciszek Madej2019-02-05 10:18:03 +0100
commit5908282a8b4ca9573707a0f31d5b18d296340440 (patch)
tree594f412d2ae741f198b440e7741bd08f1581dc4a
parent5c51376b319713e793ee5feefde2fb50967a6d25 (diff)
downloadaur-5908282a8b4ca9573707a0f31d5b18d296340440.tar.gz
Credit Artemis
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb1aa8b448c7..0b5ae2aa2f06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,10 @@ pkgbase = yadm-git
pkgrel = 1
url = https://github.com/TheLocehiliosan/yadm
arch = any
- license = GPL
+ license = GPL3
makedepends = git
+ optdepends = gpg: encrypt/decrypt sensitive files
+ optdepends = python-envtpl-git: use templates with variables
provides = yadm
conflicts = yadm
source = yadm-git::git+https://github.com/TheLocehiliosan/yadm#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index d6d533f8e9c6..69efc8af7be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Franek Madej <franek.madej@gmail.com>
+# Completion changes and optdepends by Artemis
pkgname=yadm-git
pkgver=1.12.0.r0.g09a018e
pkgrel=1
@@ -6,19 +7,12 @@ pkgdesc="Yet Another Dotfiles Manager"
arch=('any')
url="https://github.com/TheLocehiliosan/yadm"
license=('GPL3')
-groups=()
-depends=()
makedepends=('git')
optdepends=('gpg: encrypt/decrypt sensitive files'
'python-envtpl-git: use templates with variables')
provides=('yadm')
conflicts=('yadm')
-backup=()
-options=()
-install=
-changelog=
source=("${pkgname}::git+https://github.com/TheLocehiliosan/yadm#branch=master")
-noextract=()
md5sums=('SKIP')
pkgver() {