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 8c6ddbf3f0b2..9b196f874c75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = xidlehook
pkgdesc = xautolock rewrite in Rust, with a few extra features
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/jD91mZM2/xidlehook
arch = x86_64
license = MIT
- source = https://github.com/jD91mZM2/xidlehook/archive/0.1.0.tar.gz
- sha256sums = 3f720bc1cc93887537138deb478c4e897cb1bae1bfef295ce14c2a77398a740c
+ source = https://github.com/jD91mZM2/xidlehook/archive/0.1.1.tar.gz
+ sha256sums = ec81a6e51638d0ed598ad7a68447852bffeb6534196e067073f24ce3a391e3e1
pkgname = xidlehook
diff --git a/PKGBUILD b/PKGBUILD
index a2ce9f44b47d..1b687d9b4e3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jD91mZM2 <me@krake.one>
pkgname="xidlehook"
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="xautolock rewrite in Rust, with a few extra features"
url="https://github.com/jD91mZM2/xidlehook"
@@ -10,7 +10,7 @@ makedepends=()
optdepends=()
depends=()
source=("https://github.com/jD91mZM2/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('3f720bc1cc93887537138deb478c4e897cb1bae1bfef295ce14c2a77398a740c')
+sha256sums=('ec81a6e51638d0ed598ad7a68447852bffeb6534196e067073f24ce3a391e3e1')
build() {
cd "$srcdir/$pkgname-$pkgver"