summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2019-01-02 15:44:57 +0100
committerPhilip Goto2019-01-02 15:44:57 +0100
commitc3859d316614ccaca859bb6d59cd31380031b54e (patch)
treee53f42e2252b4967e0918809d39160786981e072 /PKGBUILD
parente3f447b81737f1737acd336e7dee7780b8b88bf7 (diff)
downloadaur-c3859d316614ccaca859bb6d59cd31380031b54e.tar.gz
Update to 2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07554e837c6d..e29e19e1bfcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=gnome-shell-extension-do-not-disturb
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="Enable or disable do not disturb mode"
arch=(any)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(gnome-shell)
conflicts=(gnome-shell-extension-do-not-disturb-git)
source=("https://github.com/kylecorry31/gnome-shell-extension-do-not-disturb/archive/v${pkgver}.tar.gz")
-sha256sums=('ccdf94ba24f9be4cf29230773f16a0f1a7f3dbddd7d8382f3e42fe70d6655331')
+sha256sums=('bfc6c2cf5a9d48e63980d2f1c4394f1daae0baf9371a71f1411577452223c38f')
build() {
cd "${pkgname}-${pkgver}"