Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / cbindgen
Commits:
97c73bd2 by Biswapriyo Nath at 2024-08-30T18:05:43+00:00
Fix upstream repository url
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -2,7 +2,7 @@ pkgbase = cbindgen
pkgdesc = A tool for generating C bindings to Rust code
pkgver = 0.27.0
pkgrel = 1
- url = https://github.com/eqrion/cbindgen
+ url = https://github.com/mozilla/cbindgen
arch = x86_64
license = MPL-2.0
checkdepends = cmake
@@ -12,7 +12,7 @@ pkgbase = cbindgen
makedepends = git
depends = gcc-libs
depends = glibc
- source = git+https://github.com/eqrion/cbindgen#tag=v0.27.0
+ source = git+https://github.com/mozilla/cbindgen#tag=v0.27.0
b2sums =
76b445f7f9729107a04451433d047f50b5ac52c7dc501685f00d0558dab82e2bc09d23a8b5c33ea231e1a2fae81533ba8e64d21a43d524b6dd0de170114c6ea5
pkgname = cbindgen
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@ pkgname=cbindgen
pkgver=0.27.0
pkgrel=1
pkgdesc="A tool for generating C bindings to Rust code"
-url="https://github.com/eqrion/cbindgen"
+url="https://github.com/mozilla/cbindgen"
arch=(x86_64)
license=(MPL-2.0)
depends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cbindgen/-/commit/97c73bd2c12430e9fa43d4d8cb3e94503850c43c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cbindgen/-/commit/97c73bd2c12430e9fa43d4d8cb3e94503850c43c
You're receiving this email because of your account on gitlab.archlinux.org.