kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / swaptop
Commits:
0ed892de by kpcyrd at 2026-02-28T16:39:44+01:00
upgpkg: 1.0.5-2: replace gcc-libs with libgcc
- - - - -
5 changed files:
- .SRCINFO
- + LICENSE
- + LICENSES/0BSD.txt
- PKGBUILD
- + REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = swaptop
pkgdesc = Swap usage monitor
pkgver = 1.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/luis-ota/swaptop
arch = x86_64
license = MIT
makedepends = cargo
- depends = gcc-libs
depends = glibc
+ depends = libgcc
source =
https://github.com/luis-ota/swaptop/archive/v1.0.5/swaptop-1.0.5.tar.gz
sha256sums =
20bcd3b83e7fe29100771d4adc932cec9c8c14e1361be7c7608d70ba515af80f
b2sums =
0142cf673745c5f2993a326d77ecd74d28d70e58ec761d5358636536bb95ef0650b2e2dd23b8149de01354a690d4453905f3878a2a20fe11272a4fbf5409e0ec
=====================================
LICENSE
=====================================
@@ -0,0 +1,12 @@
+Copyright Arch Linux Contributors
+
+Permission to use, copy, modify, and/or distribute this software for
+any purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
+FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
+DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
+AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
=====================================
LICENSES/0BSD.txt
=====================================
@@ -0,0 +1 @@
+../LICENSE
\ No newline at end of file
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
pkgname=swaptop
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc='Swap usage monitor'
url='https://github.com/luis-ota/swaptop'
arch=('x86_64')
license=('MIT')
depends=(
- 'gcc-libs'
'glibc'
+ 'libgcc'
)
makedepends=(
'cargo'
@@ -21,7 +21,7 @@
b2sums=('0142cf673745c5f2993a326d77ecd74d28d70e58ec761d5358636536bb95ef0650b2e2d
prepare() {
cd "${pkgname}-${pkgver}"
- cargo fetch --locked --target "$(rustc --print host-tuple)"
+ cargo fetch --locked --target host-tuple
}
build() {
=====================================
REUSE.toml
=====================================
@@ -0,0 +1,25 @@
+version = 1
+
+[[annotations]]
+path = [
+ "PKGBUILD",
+ "README.md",
+ "keys/**",
+ ".SRCINFO",
+ ".gitignore",
+ ".nvchecker.toml",
+ "*.install",
+ "*.sysusers",
+ "*sysusers.conf",
+ "*.tmpfiles",
+ "*tmpfiles.conf",
+ "*.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/swaptop/-/commit/0ed892deed36251a0eab09dae85bbe6988eb52b2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/swaptop/-/commit/0ed892deed36251a0eab09dae85bbe6988eb52b2
You're receiving this email because of your account on gitlab.archlinux.org.