Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
cargo-modules
Commits:
5e34d077 by Orhun Parmaksız at 2024-07-31T23:09:51+03:00
upgpkg: 0.16.8-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = cargo-modules
pkgdesc = A cargo plugin for showing an overview of a crate's modules
- pkgver = 0.16.6
+ pkgver = 0.16.8
pkgrel = 1
url = https://github.com/regexident/cargo-modules
arch = x86_64
license = MPL2
depends = cargo
- source =
cargo-modules-0.16.6.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.16.6.tar.gz
- sha256sums =
2fb1a1d52ac79068abc83089ea28c5e675b3ac0dbb0be0a3a2cee1f9e665f5ff
+ source =
cargo-modules-0.16.8.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.16.8.tar.gz
+ sha256sums =
e80666d8a9aa7e14aea9bf767e16dba45923f024a7cb3abd8e1a28d040308484
pkgname = cargo-modules
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: cyqsimon <[email protected]>
pkgname=cargo-modules
-pkgver=0.16.6
+pkgver=0.16.8
pkgrel=1
pkgdesc="A cargo plugin for showing an overview of a crate's modules"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/regexident/cargo-modules"
license=('MPL2')
depends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('2fb1a1d52ac79068abc83089ea28c5e675b3ac0dbb0be0a3a2cee1f9e665f5ff')
+sha256sums=('e80666d8a9aa7e14aea9bf767e16dba45923f024a7cb3abd8e1a28d040308484')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/5e34d0772a7b757ce764ab24e7efc2ad6d6a8bee
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/5e34d0772a7b757ce764ab24e7efc2ad6d6a8bee
You're receiving this email because of your account on gitlab.archlinux.org.