summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tatschner2020-08-14 07:37:40 +0200
committerStefan Tatschner2020-08-14 07:37:40 +0200
commit93f6f4988e87c0c84c96bc0a1087c5cbbca7b35c (patch)
treefa76b29184fe4a67118ec4491cc1a75cc723f5f0
parentb4f4673df80b4627507c5ac999446f202455017e (diff)
downloadaur-93f6f4988e87c0c84c96bc0a1087c5cbbca7b35c.tar.gz
upgpkg: yadm 2.5.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86ba3b73db81..bc5541ecb828 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yadm
pkgdesc = Yet Another Dotfiles Manager
- pkgver = 2.4.0
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/TheLocehiliosan/yadm
arch = any
@@ -12,8 +12,8 @@ pkgbase = yadm
optdepends = python-envtpl: use templates with variables
provides = yadm
conflicts = yadm-git
- source = yadm-2.4.0.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/2.4.0.tar.gz
- sha256sums = 37efea63dc9c77951433c841bde34e0a042dc561e8c026e690d146e768701b0f
+ source = yadm-2.5.0.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/2.5.0.tar.gz
+ sha256sums = d022d118a1a477e09afa00c80e10bd94b150d99709e57f01ba48ca2eaaeeb2de
pkgname = yadm
diff --git a/PKGBUILD b/PKGBUILD
index 620e5ca4ad42..2dff9f983504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Completion changes and optdepends by Artemis
pkgname=yadm
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=1
pkgdesc="Yet Another Dotfiles Manager"
arch=('any')
@@ -16,7 +16,7 @@ optdepends=('gnupg: encrypt/decrypt sensitive files'
provides=('yadm')
conflicts=('yadm-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/TheLocehiliosan/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('37efea63dc9c77951433c841bde34e0a042dc561e8c026e690d146e768701b0f')
+sha256sums=('d022d118a1a477e09afa00c80e10bd94b150d99709e57f01ba48ca2eaaeeb2de')
package() {
cd $srcdir/$pkgname-$pkgver
@@ -24,4 +24,5 @@ package() {
install -D -m 644 yadm.1 $pkgdir/usr/share/man/man1/yadm.1
install -D -m 644 completion/yadm.bash_completion "${pkgdir}/usr/share/bash-completion/completions/yadm"
install -D -m 644 completion/yadm.zsh_completion "${pkgdir}/usr/share/zsh/site-functions/_yadm"
+ install -D -m 644 completion/yadm.fish_completion "${pkgdir}/usr/share/fish/vendor_completions.d/yadm.fish"
}