summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2a6bd555009..aebe343385f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yadm
pkgdesc = Yet Another Dotfiles Manager
- pkgver = 2.0.1
- pkgrel = 3
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://github.com/TheLocehiliosan/yadm
arch = any
license = GPL3
@@ -12,8 +12,8 @@ pkgbase = yadm
optdepends = python-envtpl: use templates with variables
provides = yadm
conflicts = yadm-git
- source = yadm-2.0.1.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/2.0.1.tar.gz
- sha256sums = 935be5ea014a3b5c17a70585815f8f5f254fd0748cd1c649781807c45e5b26fe
+ source = yadm-2.1.0.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/2.1.0.tar.gz
+ sha256sums = b3ce96a5ded1f32ee40eabfddbc6b89c2f4af1b9a0c9be3b1cfd64f7f101937f
pkgname = yadm
diff --git a/PKGBUILD b/PKGBUILD
index 20730896a922..8ad6012ca1cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Completion changes and optdepends by Artemis
pkgname=yadm
-pkgver=2.0.1
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
pkgdesc="Yet Another Dotfiles Manager"
arch=('any')
url="https://github.com/TheLocehiliosan/yadm"
@@ -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=('935be5ea014a3b5c17a70585815f8f5f254fd0748cd1c649781807c45e5b26fe')
+sha256sums=('b3ce96a5ded1f32ee40eabfddbc6b89c2f4af1b9a0c9be3b1cfd64f7f101937f')
package() {
cd $srcdir/$pkgname-$pkgver