Skip to content

Commit 7867269

Browse files
oklopferook37pre-commit-ci[bot]
authored
fix(*): remove excess dir creation (#6879)
Co-authored-by: ook37 <oren+12345@taumoda.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a28e80c commit 7867269

File tree

11 files changed

+54
-44
lines changed

11 files changed

+54
-44
lines changed

packages/feroxbuster-bin/.SRCINFO

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pkgbase = feroxbuster-bin
22
gives = feroxbuster
33
pkgver = 2.10.0
4+
pkgrel = 2
45
pkgdesc = A fast, simple, recursive content discovery tool written in Rust
56
arch = amd64
67
depends = fonts-noto-color-emoji
@@ -9,10 +10,10 @@ pkgbase = feroxbuster-bin
910
breaks = feroxbuster-git
1011
maintainer = 0x262D <pacstall@copypaste.anonaddy.me>
1112
repology = project: feroxbuster
12-
source = @feroxbuster-bin~2.10.0::https://github.com/epi052/feroxbuster/releases/download/v2.10.0/x86_64-linux-feroxbuster.tar.gz
13-
source = feroxbuster.bash::https://raw.githubusercontent.com/epi052/feroxbuster/2.10.0/shell_completions/feroxbuster.bash
14-
source = _feroxbuster::https://raw.githubusercontent.com/epi052/feroxbuster/2.10.0/shell_completions/_feroxbuster
15-
source = feroxbuster.fish::https://raw.githubusercontent.com/epi052/feroxbuster/2.10.0/shell_completions/feroxbuster.fish
13+
source = https://github.com/epi052/feroxbuster/releases/download/v2.10.0/x86_64-linux-feroxbuster.tar.gz
14+
source = feroxbuster.bash::https://raw.githubusercontent.com/epi052/feroxbuster/v2.10.0/shell_completions/feroxbuster.bash
15+
source = _feroxbuster::https://raw.githubusercontent.com/epi052/feroxbuster/v2.10.0/shell_completions/_feroxbuster
16+
source = feroxbuster.fish::https://raw.githubusercontent.com/epi052/feroxbuster/v2.10.0/shell_completions/feroxbuster.fish
1617
sha256sums = dc511b6b2da4462cacd8d8985b49620e29f431d97d45efc7d305c436d4603b13
1718
sha256sums = SKIP
1819
sha256sums = SKIP

packages/feroxbuster-bin/feroxbuster-bin.pacscript

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ pkgname="feroxbuster-bin"
33
gives="feroxbuster"
44
depends=("fonts-noto-color-emoji")
55
pkgver="2.10.0"
6+
pkgrel="2"
67
pkgdesc="A fast, simple, recursive content discovery tool written in Rust"
78
source=(
8-
"@${pkgname}~${pkgver}::https://github.com/epi052/${gives}/releases/download/v${pkgver}/x86_64-linux-${gives}.tar.gz"
9-
"${gives}.bash::https://raw.githubusercontent.com/epi052/${gives}/${pkgver}/shell_completions/${gives}.bash"
10-
"_${gives}::https://raw.githubusercontent.com/epi052/${gives}/${pkgver}/shell_completions/_${gives}"
11-
"${gives}.fish::https://raw.githubusercontent.com/epi052/${gives}/${pkgver}/shell_completions/${gives}.fish"
9+
"https://github.com/epi052/${gives}/releases/download/v${pkgver}/x86_64-linux-${gives}.tar.gz"
10+
"${gives}.bash::https://raw.githubusercontent.com/epi052/${gives}/v${pkgver}/shell_completions/${gives}.bash"
11+
"_${gives}::https://raw.githubusercontent.com/epi052/${gives}/v${pkgver}/shell_completions/_${gives}"
12+
"${gives}.fish::https://raw.githubusercontent.com/epi052/${gives}/v${pkgver}/shell_completions/${gives}.fish"
1213
)
1314
sha256sums=(
1415
"dc511b6b2da4462cacd8d8985b49620e29f431d97d45efc7d305c436d4603b13"
@@ -21,7 +22,6 @@ breaks=("${gives}" "${gives}-deb" "${gives}-git")
2122
repology=("project: ${gives}")
2223

2324
package() {
24-
cd "${pkgname}~${pkgver}"
2525
# Install bin
2626
install -Dm755 "${gives}" "${pkgdir}/usr/bin/${gives}"
2727

packages/lf-bin/.SRCINFO

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pkgbase = lf-bin
22
gives = lf
33
pkgver = 31
4+
pkgrel = 2
45
pkgdesc = Terminal file manager written in Go
56
arch = amd64
67
arch = i386
@@ -13,12 +14,12 @@ pkgbase = lf-bin
1314
replaces = lf
1415
maintainer = Romario <romariorobby@yahoo.com>
1516
repology = project: lf
16-
source_amd64 = @lf-bin~31::https://github.com/gokcehan/lf/releases/download/r31/lf-linux-amd64.tar.gz
17-
source_i386 = @lf-bin~31::https://github.com/gokcehan/lf/releases/download/r31/lf-linux-i386.tar.gz
18-
source_arm64 = @lf-bin~31::https://github.com/gokcehan/lf/releases/download/r31/lf-linux-arm64.tar.gz
19-
source_armhf = @lf-bin~31::https://github.com/gokcehan/lf/releases/download/r31/lf-linux-armhf.tar.gz
20-
source_mips64el = @lf-bin~31::https://github.com/gokcehan/lf/releases/download/r31/lf-linux-mips64el.tar.gz
21-
source_ppc64el = @lf-bin~31::https://github.com/gokcehan/lf/releases/download/r31/lf-linux-ppc64el.tar.gz
22-
source_s390x = @lf-bin~31::https://github.com/gokcehan/lf/releases/download/r31/lf-linux-s390x.tar.gz
17+
source_amd64 = https://github.com/gokcehan/lf/releases/download/r31/lf-linux-amd64.tar.gz
18+
source_i386 = https://github.com/gokcehan/lf/releases/download/r31/lf-linux-i386.tar.gz
19+
source_arm64 = https://github.com/gokcehan/lf/releases/download/r31/lf-linux-arm64.tar.gz
20+
source_armhf = https://github.com/gokcehan/lf/releases/download/r31/lf-linux-armhf.tar.gz
21+
source_mips64el = https://github.com/gokcehan/lf/releases/download/r31/lf-linux-mips64el.tar.gz
22+
source_ppc64el = https://github.com/gokcehan/lf/releases/download/r31/lf-linux-ppc64el.tar.gz
23+
source_s390x = https://github.com/gokcehan/lf/releases/download/r31/lf-linux-s390x.tar.gz
2324

2425
pkgname = lf-bin

packages/lf-bin/lf-bin.pacscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ pkgname="lf-bin"
22
gives="lf"
33
repology=("project: ${gives}")
44
pkgver="31"
5+
pkgrel="2"
56
breaks=("${gives}-git")
67
replaces=("${gives}")
78
pkgdesc="Terminal file manager written in Go"
89
arch=('amd64' 'i386' 'arm64' 'armhf' 'mips64el' 'ppc64el' 's390x')
910
maintainer=("Romario <romariorobby@yahoo.com>")
1011

11-
source=("@${pkgname}~${pkgver}::https://github.com/gokcehan/${gives}/releases/download/r${pkgver}/${gives}-linux-${archname:-${CARCH}}.tar.gz")
12+
source=("https://github.com/gokcehan/${gives}/releases/download/r${pkgver}/${gives}-linux-${CARCH}.tar.gz")
1213

1314
package() {
14-
cd "${pkgname}~${pkgver}"
1515
install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
1616
}

packages/starship-bin/.SRCINFO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pkgbase = starship-bin
22
gives = starship
33
pkgver = 1.19.0
4+
pkgrel = 2
45
pkgdesc = The minimal, blazing-fast, and infinitely customizable prompt for any shell
56
arch = amd64
67
breaks = starship
@@ -9,7 +10,7 @@ pkgbase = starship-bin
910
breaks = starship-git
1011
maintainer = charitarthchugh <37895518+charitarthchugh@users.noreply.github.com>
1112
repology = project: starship
12-
source = @starship-bin~1.19.0::https://github.com/starship/starship/releases/download/v1.19.0/starship-x86_64-unknown-linux-gnu.tar.gz
13+
source = https://github.com/starship/starship/releases/download/v1.19.0/starship-x86_64-unknown-linux-gnu.tar.gz
1314
sha256sums = 04710e277f7802ddf41400b650233a8954892bb9326768d82fff7d360ff37c58
1415

1516
pkgname = starship-bin
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
pkgname="starship-bin"
22
gives="starship"
33
pkgver="1.19.0"
4-
source=("@${pkgname}~${pkgver}::https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
4+
pkgrel="2"
5+
source=("https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
56
pkgdesc="The minimal, blazing-fast, and infinitely customizable prompt for any shell"
67
sha256sums=("04710e277f7802ddf41400b650233a8954892bb9326768d82fff7d360ff37c58")
78
arch=('amd64')
@@ -10,6 +11,5 @@ repology=("project: ${gives}")
1011
maintainer=("charitarthchugh <37895518+charitarthchugh@users.noreply.github.com>")
1112

1213
package() {
13-
cd "${pkgname}~${pkgver}"
1414
install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
1515
}

packages/topgrade-bin/.SRCINFO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pkgbase = topgrade-bin
22
gives = topgrade
33
pkgver = 16.0.1
4+
pkgrel = 2
45
pkgdesc = Upgrades everything on your system
56
arch = amd64
67
arch = arm64
@@ -11,9 +12,9 @@ pkgbase = topgrade-bin
1112
breaks = topgrade-musl-bin
1213
maintainer = Oren Klopfer <oren@taumoda.com>
1314
repology = project: topgrade
14-
source_amd64 = @topgrade-bin~16.0.1::https://github.com/topgrade-rs/topgrade/releases/download/v16.0.1/topgrade-v16.0.1-x86_64-unknown-linux-gnu.tar.gz
15+
source_amd64 = https://github.com/topgrade-rs/topgrade/releases/download/v16.0.1/topgrade-v16.0.1-x86_64-unknown-linux-gnu.tar.gz
1516
sha256sums_amd64 = 5149ee536b15764bcdecb3fe971d99edfb82096f9f8112be3ff6f4e6acb6557f
16-
source_arm64 = @topgrade-bin~16.0.1::https://github.com/topgrade-rs/topgrade/releases/download/v16.0.1/topgrade-v16.0.1-aarch64-unknown-linux-gnu.tar.gz
17+
source_arm64 = https://github.com/topgrade-rs/topgrade/releases/download/v16.0.1/topgrade-v16.0.1-aarch64-unknown-linux-gnu.tar.gz
1718
sha256sums_arm64 = d114d4de129754d8e997d5a5021c42f11a8c5d0545ebd17dd1b55e55c4a2e61f
1819

1920
pkgname = topgrade-bin
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
pkgname="topgrade-bin"
22
gives="topgrade"
33
pkgver="16.0.1"
4+
pkgrel="2"
45
arch=('amd64' 'arm64')
56
sha256sums_amd64=("5149ee536b15764bcdecb3fe971d99edfb82096f9f8112be3ff6f4e6acb6557f")
67
sha256sums_arm64=("d114d4de129754d8e997d5a5021c42f11a8c5d0545ebd17dd1b55e55c4a2e61f")
7-
source_amd64=("@${pkgname}~${pkgver}::https://github.com/topgrade-rs/topgrade/releases/download/v${pkgver}/topgrade-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
8-
source_arm64=("@${pkgname}~${pkgver}::https://github.com/topgrade-rs/topgrade/releases/download/v${pkgver}/topgrade-v${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
8+
source_amd64=("https://github.com/topgrade-rs/topgrade/releases/download/v${pkgver}/topgrade-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
9+
source_arm64=("https://github.com/topgrade-rs/topgrade/releases/download/v${pkgver}/topgrade-v${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
910
pkgdesc="Upgrades everything on your system"
1011
breaks=("${gives}" "${gives}-deb" "${gives}-app" "${gives}-git" "${gives}-musl-bin")
1112
repology=("project: ${gives}")
1213
maintainer=("Oren Klopfer <oren@taumoda.com>")
1314

1415
package() {
15-
cd "${pkgname}~${pkgver}"
1616
install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
1717
}

packages/topgrade-musl-bin/.SRCINFO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pkgbase = topgrade-musl-bin
22
gives = topgrade
33
pkgver = 16.0.1
4+
pkgrel = 2
45
pkgdesc = Upgrades everything on your system
56
arch = amd64
67
breaks = topgrade
@@ -10,7 +11,7 @@ pkgbase = topgrade-musl-bin
1011
breaks = topgrade-bin
1112
maintainer = Oren Klopfer <oren@taumoda.com>
1213
repology = project: topgrade
13-
source = @topgrade-musl-bin~16.0.1::https://github.com/topgrade-rs/topgrade/releases/download/v16.0.1/topgrade-v16.0.1-x86_64-unknown-linux-musl.tar.gz
14+
source = https://github.com/topgrade-rs/topgrade/releases/download/v16.0.1/topgrade-v16.0.1-x86_64-unknown-linux-musl.tar.gz
1415
sha256sums = 61c9f61c4078f9b925e4f5eacbdf056b934c961d7279def368436b7a52f50b83
1516

1617
pkgname = topgrade-musl-bin
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
pkgname="topgrade-musl-bin"
22
gives="topgrade"
33
pkgver="16.0.1"
4-
source=("@${pkgname}~${pkgver}::https://github.com/topgrade-rs/topgrade/releases/download/v${pkgver}/topgrade-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
4+
pkgrel="2"
5+
source=("https://github.com/topgrade-rs/topgrade/releases/download/v${pkgver}/topgrade-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
56
pkgdesc="Upgrades everything on your system"
67
sha256sums=("61c9f61c4078f9b925e4f5eacbdf056b934c961d7279def368436b7a52f50b83")
78
arch=('amd64')
@@ -10,6 +11,5 @@ repology=("project: ${gives}")
1011
maintainer=("Oren Klopfer <oren@taumoda.com>")
1112

1213
package() {
13-
cd "${pkgname}~${pkgver}"
1414
install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
1515
}

0 commit comments

Comments
 (0)