Skip to content

Commit 9fb494d

Browse files
author
bram
committed
Fixed removing v prefix we dont use
1 parent 85ec31d commit 9fb494d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aur/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url="https://github.com/pescheckit/sway-displays"
88
license=('MIT')
99
depends=('bash' 'jq' 'bc' 'sway')
1010
optdepends=('sway-mirror: for display mirroring support')
11-
source=("$pkgname-$pkgver.tar.gz::https://github.com/pescheckit/sway-displays/archive/refs/tags/v$pkgver.tar.gz")
11+
source=("$pkgname-$pkgver.tar.gz::https://github.com/pescheckit/sway-displays/archive/refs/tags/$pkgver.tar.gz")
1212
sha256sums=('SKIP')
1313

1414
package() {

0 commit comments

Comments
 (0)