summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2019-04-09 17:21:49 +0300
committersurefire2019-04-09 17:21:49 +0300
commita0f8907f732a228081c7000e15465e3c11ce0128 (patch)
tree5144d4aa59c14b9b88ed1a2b615f5a6a038a77eb
parent326ef5ea0f3b219940373c6fa692973f06cf1e28 (diff)
downloadaur-a0f8907f732a228081c7000e15465e3c11ce0128.tar.gz
Bump to v27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32b682ffc1cd..802f9e541496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-appindicator
pkgdesc = Integrates AppIndicators into GNOME Shell
- pkgver = 23
+ pkgver = 27
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-23.tar.gz::https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v23.tar.gz
- sha256sums = 1694c638f6397ac1cdab2233427131d145f17cd19d398df19302da491e602a61
+ source = gnome-shell-extension-appindicator-27.tar.gz::https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v27.tar.gz
+ sha256sums = e2c7c02ffa71f7a60969132b94d7d1f5362077b18f83f97624682fdbf99b7c27
pkgname = gnome-shell-extension-appindicator
diff --git a/PKGBUILD b/PKGBUILD
index b4a4035eeaae..0f06b761e9a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gnome-shell-extension-appindicator
-pkgver=23
+pkgver=27
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=('1694c638f6397ac1cdab2233427131d145f17cd19d398df19302da491e602a61')
+sha256sums=('e2c7c02ffa71f7a60969132b94d7d1f5362077b18f83f97624682fdbf99b7c27')
package() {
cd "$pkgname-$pkgver"