summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4cfb520f0c3..d4b973d24c9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yadm
pkgdesc = Yet Another Dotfiles Manager
- pkgver = 3.1.0
+ pkgver = 3.1.1
pkgrel = 1
url = https://github.com/TheLocehiliosan/yadm
arch = any
@@ -12,8 +12,7 @@ pkgbase = yadm
optdepends = python-envtpl: use templates with variables
provides = yadm
conflicts = yadm-git
- source = yadm-3.1.0.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/3.1.0.tar.gz
- sha256sums = 9f848c80deed2725c012d058bd60d1ea13539fd6fbacd5245bf97d442cb89263
+ source = yadm-3.1.1.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/3.1.1.tar.gz
+ sha256sums = 2c7c99bfbea61701aa2bf423caa4e4b2687c3f2d1898de6ca1a17167443730ab
pkgname = yadm
-
diff --git a/PKGBUILD b/PKGBUILD
index 15c7df772060..67d987dcd500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Completion changes and optdepends by Artemis
pkgname=yadm
-pkgver=3.1.0
+pkgver=3.1.1
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=('9f848c80deed2725c012d058bd60d1ea13539fd6fbacd5245bf97d442cb89263')
+sha256sums=('2c7c99bfbea61701aa2bf423caa4e4b2687c3f2d1898de6ca1a17167443730ab')
package() {
cd $srcdir/$pkgname-$pkgver