We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bece6 commit 56b8d6dCopy full SHA for 56b8d6d
PKGBUILD
@@ -1,12 +1,12 @@
1
pkgname=swaddle
2
-pkgver=0.1.0
+pkgver=0.1.1
3
pkgrel=1
4
pkgdesc="Swayidle inhibitor when watching content or listening to audio"
5
arch=('x86_64')
6
license=('GPL')
7
depends=('dbus' 'openssl')
8
makedepends=('cargo' 'rust')
9
-source=("$pkgname-$pkgver.tar.gz::https://github.com/attron/$pkgname/archive/$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/attron/$pkgname/archive/v$pkgver.tar.gz"
10
"$pkgname.service")
11
sha256sums=('SKIP'
12
'SKIP')
0 commit comments