summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnonymous Coward2021-03-07 20:35:57 +0100
committerAnonymous Coward2021-03-07 20:35:57 +0100
commit98a22d8ab0d0b4ca8527e09dd82915cf1416cd7b (patch)
treebf6f01df048fc8e91ac38acf5901b91142a705b2
parentb90c97ec3be27f3a676d0511fbd5d5c6292a32eb (diff)
downloadaur-98a22d8ab0d0b4ca8527e09dd82915cf1416cd7b.tar.gz
fix extension install dir and description typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45e274d01231..24999bb235e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = gnome-shell-extension-hide-activities-git
- pkgdesc = A simple GNOME Shell extenstion to hide the Activities button from the status bar
+ pkgdesc = A simple GNOME Shell extension to hide the Activities button from the status bar
pkgver = master.r11.2180572
pkgrel = 1
url = https://github.com/zeten30/HideActivities
diff --git a/PKGBUILD b/PKGBUILD
index 0d28fa6a4e96..cbb6b805b37b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=gnome-shell-extension-hide-activities-git
_pkgname=${pkgname%-git}
pkgver=master.r11.2180572
pkgrel=1
-pkgdesc="A simple GNOME Shell extenstion to hide the Activities button from the status bar"
+pkgdesc="A simple GNOME Shell extension to hide the Activities button from the status bar"
arch=('any')
url="https://github.com/zeten30/HideActivities"
license=('Unlicense')
@@ -10,7 +10,7 @@ depends=('gnome-shell')
makedepends=('git' 'zip')
source=("${_pkgname}::git+https://github.com/zeten30/HideActivities")
md5sums=('SKIP')
-_extdir="usr/share/gnome-shell/extensions/Hide_Activities@zeten30.gmail.com"
+_extdir="usr/share/gnome-shell/extensions/Hide_Activities@shay.shayel.org"
pkgver() {
cd "$srcdir/$_pkgname"