fix: point PKGBUILD urls and index template at Euri-Linux gitea
Build Packages / build (push) Failing after 1m24s

This commit is contained in:
2026-08-21 22:05:15 +02:00
parent 0cfc149d37
commit 872c89c583
22 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ pkgver=0.1
pkgrel=3
pkgdesc="Welcome screen and support tool for new Euri Linux users"
arch=('any')
url="https://github.com/Euri-Linux/euri-welcome"
url="https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-welcome"
license=('GPL3')
depends=(
'gtk3'
@@ -15,7 +15,7 @@ depends=(
'python-cairo'
)
makedepends=('git')
source=("${pkgname}::git+https://github.com/Euri-Linux/euri-welcome.git")
source=("${pkgname}::git+https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-welcome.git")
sha256sums=('SKIP')
package() {