summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIsaac Freund2020-06-17 18:57:07 -0500
committerIsaac Freund2020-06-17 18:57:07 -0500
commit2d78e7fc25832ed2272b481caaded5684aab1109 (patch)
tree0d93beb4ee5e3ff04b59571a4dba91c4da94afca /PKGBUILD
parentd6b4f2c24d2509a6aeca9768af5f51fd3ed13d49 (diff)
downloadaur-2d78e7fc25832ed2272b481caaded5684aab1109.tar.gz
upgpkg: waylock 0.3.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0aed817e123f..750e9b20226b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: ifreund <ifreund@ifreund.xyz>
pkgname=waylock
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc='A simple screenlocker for wayland compositors.'
arch=('x86_64')
url="https://github.com/ifreund/${pkgname}"
license=('MIT')
-depends=('cairo')
+depends=('wayland' 'cairo' 'pam')
makedepends=('rust')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('f2cb44764434bc27b58e2255c1896b6c4b6ed83ebde46efc127caa5a19bc5052')
+sha256sums=('ac9531e926794b6a46a2d24afc47942f30e2af1219d2b209f64ab50c9378ac8b')
build() {
cd "${pkgname}-${pkgver}"