summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tatschner2020-12-31 13:45:58 +0100
committerStefan Tatschner2020-12-31 13:45:58 +0100
commit5f85060c77f7dd302e12d4c7e9536ac3dba348a6 (patch)
tree70851260715884359fb28066de9854c8b6e3a9b6
parent93f6f4988e87c0c84c96bc0a1087c5cbbca7b35c (diff)
downloadaur-5f85060c77f7dd302e12d4c7e9536ac3dba348a6.tar.gz
upgpkg: yadm 3.0.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc5541ecb828..54eb1a821356 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yadm
pkgdesc = Yet Another Dotfiles Manager
- pkgver = 2.5.0
+ pkgver = 3.0.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.5.0.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/2.5.0.tar.gz
- sha256sums = d022d118a1a477e09afa00c80e10bd94b150d99709e57f01ba48ca2eaaeeb2de
+ source = yadm-3.0.0.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/3.0.0.tar.gz
+ sha256sums = af968c815817e9de85b60dc9c9a7e6159ed34e4f91ea78cadbcd6c73a0301c06
pkgname = yadm
diff --git a/PKGBUILD b/PKGBUILD
index 2dff9f983504..1b5ae2191b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Completion changes and optdepends by Artemis
pkgname=yadm
-pkgver=2.5.0
+pkgver=3.0.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=('d022d118a1a477e09afa00c80e10bd94b150d99709e57f01ba48ca2eaaeeb2de')
+sha256sums=('af968c815817e9de85b60dc9c9a7e6159ed34e4f91ea78cadbcd6c73a0301c06')
package() {
cd $srcdir/$pkgname-$pkgver