aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe2017-06-07 01:39:54 +0200
committerGiuseppe2017-06-07 01:39:54 +0200
commite426d8ad852daafef5ed3b4d7df6202ee8fc7ec3 (patch)
tree1c8ca3fba02222fba7c562871ff2a2c4f10a1a42
parent6ed81ea120fd5e88061314dceeb3f35a44689f5f (diff)
downloadaur-e426d8ad852daafef5ed3b4d7df6202ee8fc7ec3.tar.gz
Change package description.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0969b3f546b4..a7f17ff057de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
-pkgbase = notify-when-done-git
- pkgdesc = Send notification in i3 when command in a non-focused workspace finish.
+pkgbase = notify-when-done-i3-git
+ pkgdesc = Get notifications when commands in non-focused i3's workspaces finish.
pkgver = r1.ab2912a
pkgrel = 1
url = https://github.com/giuscri/notify-when-done-i3
@@ -9,8 +9,8 @@ pkgbase = notify-when-done-git
makedepends = git
depends = jq
depends = i3-wm
- source = notify-when-done-git::git+https://github.com/giuscri/notify-when-done-i3.git
+ source = notify-when-done-i3-git::git+https://github.com/giuscri/notify-when-done-i3.git
md5sums = SKIP
-pkgname = notify-when-done-git
+pkgname = notify-when-done-i3-git
diff --git a/PKGBUILD b/PKGBUILD
index d21e087dd5e2..08091af35b47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Giuseppe <giuscri@gmail.com>
-pkgname=notify-when-done-git
+pkgname=notify-when-done-i3-git
pkgver=r1.ab2912a
pkgrel=1
-pkgdesc="Send notification in i3 when command in a non-focused workspace finish."
+pkgdesc="Get notifications when commands in non-focused i3's workspaces finish."
arch=('x86_64')
url="https://github.com/giuscri/notify-when-done-i3"
license=('WTFPL')