summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tatschner2020-02-14 07:20:18 +0100
committerStefan Tatschner2020-02-14 07:20:18 +0100
commitb4f4673df80b4627507c5ac999446f202455017e (patch)
treedbf5c644b108882c8690e98897b5a03ed6c66209
parentd36b09ef5ad096045227e5603f5acbf08fc7ca43 (diff)
downloadaur-b4f4673df80b4627507c5ac999446f202455017e.tar.gz
Bump package version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ca054870623..86ba3b73db81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yadm
pkgdesc = Yet Another Dotfiles Manager
- pkgver = 2.3.0
+ pkgver = 2.4.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.3.0.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/2.3.0.tar.gz
- sha256sums = 421c357a240b5ac4e6b971bb2d33414e9551a337993116bf0ea4f411952aab87
+ source = yadm-2.4.0.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/2.4.0.tar.gz
+ sha256sums = 37efea63dc9c77951433c841bde34e0a042dc561e8c026e690d146e768701b0f
pkgname = yadm
diff --git a/PKGBUILD b/PKGBUILD
index dcc1800cc41b..620e5ca4ad42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Completion changes and optdepends by Artemis
pkgname=yadm
-pkgver=2.3.0
+pkgver=2.4.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=('421c357a240b5ac4e6b971bb2d33414e9551a337993116bf0ea4f411952aab87')
+sha256sums=('37efea63dc9c77951433c841bde34e0a042dc561e8c026e690d146e768701b0f')
package() {
cd $srcdir/$pkgname-$pkgver