Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
rdfind
Commits:
52e8899a by Tobias Powalowski at 2024-08-28T20:09:51+02:00
upgpkg: 1.6.0-4: added already merged changes
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = rdfind
- pkgdesc = Redundant data find - a program that finds duplicate files.
+ pkgdesc = Redundant data find - a program that finds duplicate files
pkgver = 1.6.0
- pkgrel = 3
+ pkgrel = 4
url = https://rdfind.pauldreik.se
arch = x86_64
license = GPL-2.0-only
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Alex 'AdUser' Z <[email protected]>
pkgname=rdfind
pkgver=1.6.0
-pkgrel=3
-pkgdesc='Redundant data find - a program that finds duplicate files.'
+pkgrel=4
+pkgdesc='Redundant data find - a program that finds duplicate files'
arch=('x86_64')
url='https://rdfind.pauldreik.se'
license=('GPL-2.0-only')
@@ -23,7 +23,7 @@ prepare() {
build() {
cd "${pkgname}"
./configure --prefix=/usr
- make -s
+ make
}
check() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rdfind/-/commit/52e8899a4341cb68c7e15c78a2dda6ff04193d5e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rdfind/-/commit/52e8899a4341cb68c7e15c78a2dda6ff04193d5e
You're receiving this email because of your account on gitlab.archlinux.org.