summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tatschner2019-12-13 14:36:33 +0100
committerStefan Tatschner2019-12-13 14:36:33 +0100
commitc4707cee2617ed647b01886a4f95e685c9de6674 (patch)
tree665d55c9866c9ed64aa15ea994bd7d3763f42cc8
parent4b1651e7248bd75c32ad04285186893dfc7b0269 (diff)
downloadaur-c4707cee2617ed647b01886a4f95e685c9de6674.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aebe343385f8..b972c4d5e2a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yadm
pkgdesc = Yet Another Dotfiles Manager
- pkgver = 2.1.0
+ pkgver = 2.2.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.1.0.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/2.1.0.tar.gz
- sha256sums = b3ce96a5ded1f32ee40eabfddbc6b89c2f4af1b9a0c9be3b1cfd64f7f101937f
+ source = yadm-2.2.0.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/2.2.0.tar.gz
+ sha256sums = 26c79d490f5bc14195e3144e71052a5927da5c16a0d9c4f4f27d8f561569e381
pkgname = yadm
diff --git a/PKGBUILD b/PKGBUILD
index 8ad6012ca1cc..a05c6bcc5677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Completion changes and optdepends by Artemis
pkgname=yadm
-pkgver=2.1.0
+pkgver=2.2.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=('b3ce96a5ded1f32ee40eabfddbc6b89c2f4af1b9a0c9be3b1cfd64f7f101937f')
+sha256sums=('26c79d490f5bc14195e3144e71052a5927da5c16a0d9c4f4f27d8f561569e381')
package() {
cd $srcdir/$pkgname-$pkgver