summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranciszek Madej2019-11-12 18:15:39 +0100
committerFranciszek Madej2019-11-12 18:15:39 +0100
commit170e4c0bde40d30425ca5a547e9efa4ad663e654 (patch)
tree7abf488564b351a279b851ac0585f1337c3f6f00
parent5908282a8b4ca9573707a0f31d5b18d296340440 (diff)
downloadaur-170e4c0bde40d30425ca5a547e9efa4ad663e654.tar.gz
update to 2.0 and fix gpg typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b5ae2aa2f06..fc819f9f022a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yadm-git
pkgdesc = Yet Another Dotfiles Manager
- pkgver = 1.12.0.r0.g09a018e
+ pkgver = 2.0.1.r0.g5aa1a7b
pkgrel = 1
url = https://github.com/TheLocehiliosan/yadm
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 69efc8af7be1..1261ca51d1cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Franek Madej <franek.madej@gmail.com>
# Completion changes and optdepends by Artemis
pkgname=yadm-git
-pkgver=1.12.0.r0.g09a018e
+pkgver=2.0.1.r0.g5aa1a7b
pkgrel=1
pkgdesc="Yet Another Dotfiles Manager"
arch=('any')
url="https://github.com/TheLocehiliosan/yadm"
license=('GPL3')
makedepends=('git')
-optdepends=('gpg: encrypt/decrypt sensitive files'
+optdepends=('gnupg: encrypt/decrypt sensitive files'
'python-envtpl-git: use templates with variables')
provides=('yadm')
conflicts=('yadm')