summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Samoylenko2018-12-04 14:09:49 +0300
committerAlexander Samoylenko2018-12-04 14:09:49 +0300
commit57783960bf7e5ab766f9c46d89fcd6c5d5862b45 (patch)
tree5fb9f20df5585626cbd5ea3f9c96ede56c3c4d15
parentaf3a34ae4129d9f5a50a9beda508c6ad7812907f (diff)
downloadaur-57783960bf7e5ab766f9c46d89fcd6c5d5862b45.tar.gz
update(pkg): new tag 0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cca46a655eb..8cd185863189 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xidlehook
pkgdesc = xautolock rewrite in Rust, with a few extra features
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/jD91mZM2/xidlehook
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = xidlehook
makedepends = rust
makedepends = libxss
depends = libpulse
- source = https://github.com/jD91mZM2/xidlehook/archive/0.6.0.tar.gz
- sha256sums = 4f4b7a84ca7b53f28f2207e3d1b0b4dec804d3304802dadf9d522e64a4052ab7
+ source = https://github.com/jD91mZM2/xidlehook/archive/0.6.1.tar.gz
+ sha256sums = 97722b685ded2bb176dc105a88d26576fd88bbe4281d4be8f2f5315d0ce3df1c
pkgname = xidlehook
diff --git a/PKGBUILD b/PKGBUILD
index 2742cd00713d..43f8342cc6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Samoylenko <lxmnk@tuta.io>
pkgname=xidlehook
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="xautolock rewrite in Rust, with a few extra features"
url="https://github.com/jD91mZM2/xidlehook"
@@ -10,7 +10,7 @@ makedepends=("rust" "libxss")
optdepends=()
depends=("libpulse")
source=("https://github.com/jD91mZM2/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('4f4b7a84ca7b53f28f2207e3d1b0b4dec804d3304802dadf9d522e64a4052ab7')
+sha256sums=('97722b685ded2bb176dc105a88d26576fd88bbe4281d4be8f2f5315d0ce3df1c')
build() {
cd "$srcdir/$pkgname-$pkgver"