summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89c398933b7c..c4cfb520f0c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yadm
pkgdesc = Yet Another Dotfiles Manager
- pkgver = 3.0.2
+ pkgver = 3.1.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-3.0.2.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/3.0.2.tar.gz
- sha256sums = 724a8b61b09b70f5952cf14fd1786617bf88243a276b2d93dd7306feab13983c
+ source = yadm-3.1.0.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/3.1.0.tar.gz
+ sha256sums = 9f848c80deed2725c012d058bd60d1ea13539fd6fbacd5245bf97d442cb89263
pkgname = yadm
diff --git a/PKGBUILD b/PKGBUILD
index 0529e9bdf574..15c7df772060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Completion changes and optdepends by Artemis
pkgname=yadm
-pkgver=3.0.2
+pkgver=3.1.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=('724a8b61b09b70f5952cf14fd1786617bf88243a276b2d93dd7306feab13983c')
+sha256sums=('9f848c80deed2725c012d058bd60d1ea13539fd6fbacd5245bf97d442cb89263')
package() {
cd $srcdir/$pkgname-$pkgver