George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
pipe-rename


Commits:
55504c77 by George Rawlinson at 2026-02-16T07:10:16+00:00
reuse: simplify conf

- - - - -
b1af67a8 by George Rawlinson at 2026-02-16T07:18:41+00:00
upgpkg: 1.6.6-3

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = pipe-rename
        pkgdesc = Rename your files using your favorite text editor
        pkgver = 1.6.6
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/marcusbuffett/pipe-rename
        arch = x86_64
        license = MIT
        makedepends = git
        makedepends = rust
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
        options = !lto
        source = 
pipe-rename::git+https://github.com/marcusbuffett/pipe-rename.git#tag=1.6.6
        sha512sums = 
bfdf0428bfc6dcd3128acb24007f9ead452a4113f7811c39c91459e4644e0060498b2dbc8db8d60102b780b67eb55dcc45cc1ac577908d35f4aa068a3b790e64


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 
 pkgname=pipe-rename
 pkgver=1.6.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Rename your files using your favorite text editor'
 arch=(x86_64)
 url='https://github.com/marcusbuffett/pipe-rename'
 license=(MIT)
-depends=(gcc-libs glibc)
+depends=(glibc libgcc)
 makedepends=(git rust)
 options=(!lto)
 source=("$pkgname::git+$url.git#tag=$pkgver")


=====================================
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/pipe-rename/-/compare/96ae1bc148896a269af34aec9d4dbf79f8bbc883...b1af67a86e2c6bd97aa0542ffc0db2831ad42fb7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pipe-rename/-/compare/96ae1bc148896a269af34aec9d4dbf79f8bbc883...b1af67a86e2c6bd97aa0542ffc0db2831ad42fb7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to