summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhayao2020-12-18 21:26:30 +0900
committerhayao2020-12-18 21:26:30 +0900
commit316c35f4dfc54161f070233f562ca61e7d227012 (patch)
treece75f39914ec230f882fbeb6d859b8af226cd82f /PKGBUILD
parent6b7a2bbb65de04dc87ae5ee9e3699591091ebd94 (diff)
downloadaur-316c35f4dfc54161f070233f562ca61e7d227012.tar.gz
[fix] : provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c487b821c954..ac4f0c554608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=gnome-shell-extension-extensions
_pkgname=${pkgname%-git}
pkgver="11"
-pkgrel=2
+pkgrel=3
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"
@@ -13,6 +13,8 @@ license=('GPL3')
depends=('gnome-shell')
source=("https://extensions.gnome.org/extension-data/extensionsabteil.org.v${pkgver}.shell-extension.zip")
md5sums=('14d383540cd224d91c7f5424c1178e8a')
+provides=("gnome-shell-extension-extensions-git")
+conflicts=("gnome-shell-extension-extensions-git")
package() {
mkdir -p "${pkgdir}/usr/share/gnome-shell/extensions/extensions@abteil.org/"