George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
rust-script


Commits:
4c04b988 by George Rawlinson at 2026-02-16T07:06:25+00:00
reuse: simplify conf

- - - - -
7ea295c8 by George Rawlinson at 2026-02-16T07:13:53+00:00
upgpkg: 0.36.0-2

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
 pkgbase = rust-script
        pkgdesc = Run Rust files and expressions as scripts without any setup 
or compilation
        pkgver = 0.36.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://rust-script.org
        arch = x86_64
        license = MIT
        license = Apache-2.0
        makedepends = git
        makedepends = rust
-       depends = gcc-libs
+       depends = glibc
+       depends = libgcc
        source = 
rust-script::git+https://github.com/fornwall/rust-script#tag=0.36.0
        sha512sums = 
f7b775c39b7416085a3466e7afbef01692e8db357256588f353cbe2828d67de52a3993117fc26b8e7b054525e1b610c30ff20a4415fdf275e64b18eeca406380
        b2sums = 
1bfad11c0e989d44e266ece373f9ae61b69b270be480a1303d2112d993c8828d2aee296304735a23db2db5e858d8ad112f446bb5f689ae3323deea7a365ca403


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
 
 pkgname=rust-script
 pkgver=0.36.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Run Rust files and expressions as scripts without any setup or 
compilation'
 arch=(x86_64)
 url='https://rust-script.org'
 license=(MIT Apache-2.0)
-depends=(gcc-libs)
+depends=(glibc libgcc)
 makedepends=(git rust)
 source=("$pkgname::git+https://github.com/fornwall/rust-script#tag=$pkgver";)
 
sha512sums=('f7b775c39b7416085a3466e7afbef01692e8db357256588f353cbe2828d67de52a3993117fc26b8e7b054525e1b610c30ff20a4415fdf275e64b18eeca406380')


=====================================
REUSE.toml
=====================================
@@ -3,20 +3,8 @@ version = 1
 [[annotations]]
 path = [
     "PKGBUILD",
-    "README.md",
-    "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
-    "*.install",
-    "*.sysusers",
-    "*.tmpfiles",
-    "*.logrotate",
-    "*.pam",
-    "*.service",
-    "*.socket",
-    "*.timer",
-    "*.desktop",
-    "*.hook",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-script/-/compare/14bcaa146acb2b4fa73f3201f6e887e4fc759198...7ea295c861f9e282810e3bd42f1b4a24f1d5a51a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-script/-/compare/14bcaa146acb2b4fa73f3201f6e887e4fc759198...7ea295c861f9e282810e3bd42f1b4a24f1d5a51a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to