Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / yadm
Commits:
9dfc9fce by Alexander Epaneshnikov at 2024-11-04T15:46:18+03:00
change upstream url
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -2,7 +2,7 @@ pkgbase = yadm
pkgdesc = Yet Another Dotfiles Manager
pkgver = 3.2.2
pkgrel = 2
- url = https://github.com/TheLocehiliosan/yadm
+ url = https://github.com/yadm-dev/yadm
arch = any
license = GPL3
depends = git
@@ -10,7 +10,7 @@ pkgbase = yadm
optdepends = gnupg: encrypt/decrypt sensitive files
optdepends = python-j2cli: use jinja2 templates
optdepends = esh: use shell templates
- source =
yadm-3.2.2.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/3.2.2.tar.gz
+ source =
yadm-3.2.2.tar.gz::https://github.com/yadm-dev/yadm/archive/3.2.2.tar.gz
sha512sums =
c61da3f644c2f587079fd717d4ef566861f20224f287906ef5b6d07169bc5f02aef7974afd8d4441267a92417a4fd0c7edda562b8f0cf2fc104c91fc0f5f85ff
b2sums =
24dceda15f8bcb85df64fce987409feb4a94fac4dacb34f246ee11557e280ca1df3569f6b110fb2de02e6b756e82261a4da1896187b670df1c5e8edf123353cc
=====================================
.nvchecker.toml
=====================================
@@ -1,4 +1,4 @@
[yadm]
source = "github"
-github = "TheLocehiliosan/yadm"
+github = "yadm-dev/yadm"
use_latest_tag = true
=====================================
PKGBUILD
=====================================
@@ -6,13 +6,13 @@ pkgver=3.2.2
pkgrel=2
pkgdesc="Yet Another Dotfiles Manager"
arch=('any')
-url="https://github.com/TheLocehiliosan/yadm"
+url="https://github.com/yadm-dev/yadm"
license=('GPL3')
depends=('git' 'awk')
optdepends=('gnupg: encrypt/decrypt sensitive files'
'python-j2cli: use jinja2 templates'
'esh: use shell templates')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/TheLocehiliosan/${pkgname}/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/yadm-dev/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('c61da3f644c2f587079fd717d4ef566861f20224f287906ef5b6d07169bc5f02aef7974afd8d4441267a92417a4fd0c7edda562b8f0cf2fc104c91fc0f5f85ff')
b2sums=('24dceda15f8bcb85df64fce987409feb4a94fac4dacb34f246ee11557e280ca1df3569f6b110fb2de02e6b756e82261a4da1896187b670df1c5e8edf123353cc')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yadm/-/commit/9dfc9fce0151072b3e84154bf1a803e9f694a104
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yadm/-/commit/9dfc9fce0151072b3e84154bf1a803e9f694a104
You're receiving this email because of your account on gitlab.archlinux.org.