summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjD91mZM22018-02-02 16:50:19 +0100
committerjD91mZM22018-02-02 16:50:19 +0100
commita8f0ec29aa9e342894bfa0aa586ba8cc4d3a0c5a (patch)
treeb4418f1c6bbd58773102f4f44d014c7fbdb73b90
parenta7360422b985f4ddb20727ef9e6d3566128157ea (diff)
downloadaur-a8f0ec29aa9e342894bfa0aa586ba8cc4d3a0c5a.tar.gz
Bump version to 0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b196f874c75..7eca1c587aba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = xidlehook
pkgdesc = xautolock rewrite in Rust, with a few extra features
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/jD91mZM2/xidlehook
arch = x86_64
license = MIT
- source = https://github.com/jD91mZM2/xidlehook/archive/0.1.1.tar.gz
- sha256sums = ec81a6e51638d0ed598ad7a68447852bffeb6534196e067073f24ce3a391e3e1
+ source = https://github.com/jD91mZM2/xidlehook/archive/0.1.2.tar.gz
+ sha256sums = 15ca4ad8bdaeea756056b37cf2f7fc00a2b853dbeb31d048816a16e7b0f10076
pkgname = xidlehook
diff --git a/PKGBUILD b/PKGBUILD
index 1b687d9b4e3c..0ad0a1981d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jD91mZM2 <me@krake.one>
pkgname="xidlehook"
-pkgver=0.1.1
+pkgver=0.1.2
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=('ec81a6e51638d0ed598ad7a68447852bffeb6534196e067073f24ce3a391e3e1')
+sha256sums=('15ca4ad8bdaeea756056b37cf2f7fc00a2b853dbeb31d048816a16e7b0f10076')
build() {
cd "$srcdir/$pkgname-$pkgver"