summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-08-12 19:36:08 +0300
committerorhun2020-08-12 19:36:08 +0300
commite42dee25214a3264ceb53533bff1479abbd51e70 (patch)
tree1c71956d7e26d3f63a5c28eccd46b4839cc5be70
parent9999dbeb61d1d2b7fbce6068e7604b6d7e799bb8 (diff)
downloadaur-e42dee25214a3264ceb53533bff1479abbd51e70.tar.gz
Release v1.0.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c42ec86d25d..9f44043cb832 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = i3-workspace-brightness
pkgdesc = Utility to auto-adjust the brightness of i3wm workspaces
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/orhun/i3-workspace-brightness
arch = x86_64
license = GPL3
makedepends = cargo
- source = i3-workspace-brightness-1.0.0.tar.gz::https://github.com/orhun/i3-workspace-brightness/archive/1.0.0.tar.gz
+ source = i3-workspace-brightness-1.0.1.tar.gz::https://github.com/orhun/i3-workspace-brightness/archive/1.0.1.tar.gz
sha512sums = SKIP
pkgname = i3-workspace-brightness
diff --git a/PKGBUILD b/PKGBUILD
index 295fc79afa6c..f47f71682c9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: orhun <orhunparmaksiz@gmail.com>
pkgname=i3-workspace-brightness
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Utility to auto-adjust the brightness of i3wm workspaces"
arch=('x86_64')