summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0b996ca7c09..3ed85aa532d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ifreund <ifreund@ifreund.xyz>
pkgname=waylock
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc='A simple screenlocker for wayland compositors.'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('cairo' 'wayland')
makedepends=('rust')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('88f05571a7f151693f1b2ebc44c5d9d1a0a29807e2192e92f69efe9584562274')
+sha256sums=('eff8442c2a00e879b39347e7d68a030b2dcd999316a92e50768daf822dc90a90')
build() {
cd "${pkgname}-${pkgver}"