summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2020-02-27 07:11:18 +0300
committersurefire2020-02-27 07:11:18 +0300
commitfe28b5c2a5aaeaa02f55b35a7048c746a96e6d78 (patch)
tree73b465cd1e90f88cc57f47a36b611c4882e58aec
parent386fa6a56270212a67f0e5f707a017dbb632a7f9 (diff)
downloadaur-fe28b5c2a5aaeaa02f55b35a7048c746a96e6d78.tar.gz
Bump to v32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 287081702ffa..607f620aa410 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-appindicator
pkgdesc = Integrates AppIndicators into GNOME Shell
- pkgver = 31
+ pkgver = 32
pkgrel = 1
url = https://github.com/ubuntu/gnome-shell-extension-appindicator
arch = any
@@ -9,8 +9,8 @@ pkgbase = gnome-shell-extension-appindicator
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-31.tar.gz::https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v31.tar.gz
- sha256sums = 87ee4ce4b6b1ea3b34464e39ade5a1f1d6513dcc19004e1f922688e07608f68c
+ source = gnome-shell-extension-appindicator-32.tar.gz::https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v32.tar.gz
+ sha256sums = 31ebab4f7af35c30f70f5112d8901f10b0bee91c1467155202abb83b71a4b368
pkgname = gnome-shell-extension-appindicator
diff --git a/PKGBUILD b/PKGBUILD
index c98bc08be79b..72e35f312ef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gnome-shell-extension-appindicator
-pkgver=31
+pkgver=32
pkgrel=1
pkgdesc="Integrates AppIndicators into GNOME Shell"
arch=('any')
@@ -12,7 +12,7 @@ optdepends=(
'libappindicator-sharp: support .net applications'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('87ee4ce4b6b1ea3b34464e39ade5a1f1d6513dcc19004e1f922688e07608f68c')
+sha256sums=('31ebab4f7af35c30f70f5112d8901f10b0bee91c1467155202abb83b71a4b368')
package() {
cd "$pkgname-$pkgver"