summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0696569c78d..935106556bfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xidlehook
pkgdesc = xautolock rewrite in Rust, with a few extra features
- pkgver = 0.6.2
+ pkgver = 0.7.0
pkgrel = 1
url = https://gitlab.com/jD91mZM2/xidlehook
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = xidlehook
makedepends = rust
makedepends = libxss
depends = libpulse
- source = https://gitlab.com/jD91mZM2/xidlehook/-/archive/0.6.2/xidlehook-0.6.2.tar.gz
- sha256sums = 6fe9ae7efe410f8cb55959f561f54ca0053560a526d69a5b03f07da400426b12
+ source = https://gitlab.com/jD91mZM2/xidlehook/-/archive/0.7.0/xidlehook-0.7.0.tar.gz
+ sha256sums = e1f7e2d854711848c21298fc5747af45693bbe63ea811ab7bff9c15dbccd61d4
pkgname = xidlehook
diff --git a/PKGBUILD b/PKGBUILD
index 487c4fe908c9..3ebaf3cde34d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Samoylenko <lxmnk@tuta.io>
pkgname=xidlehook
-pkgver=0.6.2
+pkgver=0.7.0
pkgrel=1
pkgdesc="xautolock rewrite in Rust, with a few extra features"
url="https://gitlab.com/jD91mZM2/xidlehook"
@@ -10,7 +10,7 @@ makedepends=("rust" "libxss")
optdepends=()
depends=("libpulse")
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('6fe9ae7efe410f8cb55959f561f54ca0053560a526d69a5b03f07da400426b12')
+sha256sums=('e1f7e2d854711848c21298fc5747af45693bbe63ea811ab7bff9c15dbccd61d4')
build() {
cd "$srcdir/$pkgname-$pkgver"