Skip to content

Commit 56b8d6d

Browse files
author
Anthony Templeton
committed
smol fix for PKGBUILD
1 parent 90bece6 commit 56b8d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
pkgname=swaddle
2-
pkgver=0.1.0
2+
pkgver=0.1.1
33
pkgrel=1
44
pkgdesc="Swayidle inhibitor when watching content or listening to audio"
55
arch=('x86_64')
66
license=('GPL')
77
depends=('dbus' 'openssl')
88
makedepends=('cargo' 'rust')
9-
source=("$pkgname-$pkgver.tar.gz::https://github.com/attron/$pkgname/archive/$pkgver.tar.gz"
9+
source=("$pkgname-$pkgver.tar.gz::https://github.com/attron/$pkgname/archive/v$pkgver.tar.gz"
1010
"$pkgname.service")
1111
sha256sums=('SKIP'
1212
'SKIP')

0 commit comments

Comments
 (0)