summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Tatschner2020-12-31 13:45:58 +0100
committerStefan Tatschner2020-12-31 13:45:58 +0100
commit5f85060c77f7dd302e12d4c7e9536ac3dba348a6 (patch)
tree70851260715884359fb28066de9854c8b6e3a9b6 /PKGBUILD
parent93f6f4988e87c0c84c96bc0a1087c5cbbca7b35c (diff)
downloadaur-5f85060c77f7dd302e12d4c7e9536ac3dba348a6.tar.gz
upgpkg: yadm 3.0.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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