Skip to content

Commit 4adc354

Browse files
Copilotcerebrux
andcommitted
Fix typo in PKGBUILD archive URL - remove duplicate 'v' prefix
Co-authored-by: cerebrux <914656+cerebrux@users.noreply.github.com>
1 parent 2800a61 commit 4adc354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url="https://github.com/CerebruxCode/Shelldio"
88
license=('GPL3')
99
depends=('mpv' 'curl' 'jq' 'socat')
1010
install=shelldio.install
11-
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CerebruxCode/shelldio/archive/v${pkgver}.tar.gz")
11+
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CerebruxCode/shelldio/archive/${pkgver}.tar.gz")
1212

1313
package() {
1414
cd "$pkgname-$pkgver"

0 commit comments

Comments
 (0)