summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2020-03-13 06:35:55 +0300
committersurefire2020-03-13 06:35:55 +0300
commit0fbac6b853558abc76e386b82daf35fbdebac7ab (patch)
treea5b4962745cc00dab2288d63acd776349734f0a7
parentfe28b5c2a5aaeaa02f55b35a7048c746a96e6d78 (diff)
downloadaur-0fbac6b853558abc76e386b82daf35fbdebac7ab.tar.gz
Bump to v33
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 607f620aa410..2f6d37f481f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-appindicator
pkgdesc = Integrates AppIndicators into GNOME Shell
- pkgver = 32
+ pkgver = 33
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-32.tar.gz::https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v32.tar.gz
- sha256sums = 31ebab4f7af35c30f70f5112d8901f10b0bee91c1467155202abb83b71a4b368
+ source = gnome-shell-extension-appindicator-33.tar.gz::https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v33.tar.gz
+ sha256sums = 3ef412a40ff22ac124c222ad33c3d8cc45791ec14552e1842b2dd22f9a0710b9
pkgname = gnome-shell-extension-appindicator
diff --git a/PKGBUILD b/PKGBUILD
index 72e35f312ef2..06d488a3b246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gnome-shell-extension-appindicator
-pkgver=32
+pkgver=33
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=('31ebab4f7af35c30f70f5112d8901f10b0bee91c1467155202abb83b71a4b368')
+sha256sums=('3ef412a40ff22ac124c222ad33c3d8cc45791ec14552e1842b2dd22f9a0710b9')
package() {
cd "$pkgname-$pkgver"