Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / pkgconf
Commits:
db961a9d by ngn at 2025-03-20T20:29:56+01:00
change the git url
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -2,7 +2,7 @@ pkgbase = pkgconf
pkgdesc = Package compiler and linker metadata toolkit
pkgver = 2.4.3
pkgrel = 1
- url = https://gitea.treehouse.systems/ariadne/pkgconf
+ url = https://github.com/pkgconf/pkgconf
arch = x86_64
license = ISC
makedepends = git
@@ -13,7 +13,7 @@ pkgbase = pkgconf
provides = pkgconfig
conflicts = pkg-config
replaces = pkg-config
- source =
git+https://gitea.treehouse.systems/ariadne/pkgconf#tag=pkgconf-2.4.3
+ source = git+https://github.com/pkgconf/pkgconf#tag=pkgconf-2.4.3
source = x86_64-pc-linux-gnu.personality
source = i686-pc-linux-gnu.personality
b2sums =
54fb510c563818199f1a5161cf5a2ba0fba70b09f4288a31ece936cf42197f5ee9cf2021733a927ae778a9bb1fa3dfbfbcba898826266c01b45b3f3154699db6
=====================================
.nvchecker.toml
=====================================
@@ -1,4 +1,4 @@
[pkgconf]
source = "git"
-git = "https://gitea.treehouse.systems/ariadne/pkgconf"
+git = "https://github.com/pkgconf/pkgconf"
prefix = "pkgconf-"
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgname=pkgconf
pkgver=2.4.3
pkgrel=1
pkgdesc="Package compiler and linker metadata toolkit"
-url="https://gitea.treehouse.systems/ariadne/pkgconf"
+url="https://github.com/pkgconf/pkgconf"
license=(ISC)
arch=(x86_64)
depends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgconf/-/commit/db961a9d9d4d2cd2e68be1f8f43742573a225cde
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgconf/-/commit/db961a9d9d4d2cd2e68be1f8f43742573a225cde
You're receiving this email because of your account on gitlab.archlinux.org.