summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2020-09-19 08:37:51 +0300
committersurefire2020-09-19 08:37:51 +0300
commit9ce4552fa746d2d343d438ec8dbe4ce8f98ce654 (patch)
tree66fb84962276578cba9d4f538d4fddf1866ce55e
parent0fbac6b853558abc76e386b82daf35fbdebac7ab (diff)
downloadaur-gnome-shell-extension-appindicator.tar.gz
Bump to v34
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f6d37f481f4..d052680ccf95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-appindicator
pkgdesc = Integrates AppIndicators into GNOME Shell
- pkgver = 33
+ pkgver = 34
pkgrel = 1
url = https://github.com/ubuntu/gnome-shell-extension-appindicator
arch = any
@@ -8,9 +8,8 @@ pkgbase = gnome-shell-extension-appindicator
depends = gnome-shell>=3.34
optdepends = libappindicator-gtk2: support GTK+2 applications
optdepends = libappindicator-gtk3: support GTK+3 applications
- optdepends = libappindicator-sharp: support .net applications
- source = gnome-shell-extension-appindicator-33.tar.gz::https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v33.tar.gz
- sha256sums = 3ef412a40ff22ac124c222ad33c3d8cc45791ec14552e1842b2dd22f9a0710b9
+ source = gnome-shell-extension-appindicator-34.tar.gz::https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v34.tar.gz
+ sha256sums = 2d2721e3195a847ae184c9c354dd79062a6d22b6257225b952df7531e6661558
pkgname = gnome-shell-extension-appindicator
diff --git a/PKGBUILD b/PKGBUILD
index 06d488a3b246..5e50005b934b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gnome-shell-extension-appindicator
-pkgver=33
+pkgver=34
pkgrel=1
pkgdesc="Integrates AppIndicators into GNOME Shell"
arch=('any')
@@ -9,10 +9,9 @@ depends=('gnome-shell>=3.34')
optdepends=(
'libappindicator-gtk2: support GTK+2 applications'
'libappindicator-gtk3: support GTK+3 applications'
- 'libappindicator-sharp: support .net applications'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('3ef412a40ff22ac124c222ad33c3d8cc45791ec14552e1842b2dd22f9a0710b9')
+sha256sums=('2d2721e3195a847ae184c9c354dd79062a6d22b6257225b952df7531e6661558')
package() {
cd "$pkgname-$pkgver"