We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2800a61 commit 4adc354Copy full SHA for 4adc354
template/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/CerebruxCode/Shelldio"
8
license=('GPL3')
9
depends=('mpv' 'curl' 'jq' 'socat')
10
install=shelldio.install
11
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CerebruxCode/shelldio/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CerebruxCode/shelldio/archive/${pkgver}.tar.gz")
12
13
package() {
14
cd "$pkgname-$pkgver"
0 commit comments