summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanosApostolou2019-01-12 01:44:01 +0200
committerThanosApostolou2019-01-12 01:44:01 +0200
commitd2c494f9d2139ff07f322cc2d0ed6d5028c05332 (patch)
tree124e6574af5ecefcd25840b5df5dfbf8512bc327
parent656eca344568de337e536b6899a68921b120bac2 (diff)
downloadaur-d2c494f9d2139ff07f322cc2d0ed6d5028c05332.tar.gz
add pkgdesc
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67abef50ea82..061dff598b13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
pkgbase = gnome-shell-extension-windowoverlay-icons
+ pkgdesc = Adds application icons to the windows overview (in Activities menu)
pkgver = 33
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sustmi/gnome-shell-extension-windowoverlay-icons
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index fc7fef36df04..cf04a0871d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=gnome-shell-extension-windowoverlay-icons
pkgver=33
-pkgrel=1
-pkgdesc=""
+pkgrel=2
+pkgdesc="Adds application icons to the windows overview (in Activities menu)"
arch=('any')
url="https://github.com/sustmi/gnome-shell-extension-windowoverlay-icons"
license=('GPL3')