summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhayao2020-12-18 21:24:35 +0900
committerhayao2020-12-18 21:24:35 +0900
commit6b7a2bbb65de04dc87ae5ee9e3699591091ebd94 (patch)
treef2c00c721f586d7e613857119ad8f5562f16c3bf /PKGBUILD
parentb67db3d6672b391d9c6064b051a842a2f0e6c47f (diff)
downloadaur-6b7a2bbb65de04dc87ae5ee9e3699591091ebd94.tar.gz
[fix] : depend package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f56785e59d6..c487b821c954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname=gnome-shell-extension-extensions
_pkgname=${pkgname%-git}
pkgver="11"
-pkgrel=1
+pkgrel=2
pkgdesc="Extensions which allows to enable and disable extensions via a menu in the status area in the main menu panel."
arch=('any')
url="https://github.com/petres/gnome-shell-extension-extensions"
license=('GPL3')
-#depends=('gnome-shell')
+depends=('gnome-shell')
source=("https://extensions.gnome.org/extension-data/extensionsabteil.org.v${pkgver}.shell-extension.zip")
md5sums=('14d383540cd224d91c7f5424c1178e8a')