summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2019-04-09 21:54:26 +0300
committersurefire2019-04-09 21:54:26 +0300
commitf81d23ee453c0ce9c302d9618f935d63d3825256 (patch)
tree54674b4c9fb428dbd9b0648af133df31a8fd51d6
parenta0f8907f732a228081c7000e15465e3c11ce0128 (diff)
downloadaur-f81d23ee453c0ce9c302d9618f935d63d3825256.tar.gz
Bump to v28
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 802f9e541496..d31357ee6ec6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-appindicator
pkgdesc = Integrates AppIndicators into GNOME Shell
- pkgver = 27
+ pkgver = 28
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-27.tar.gz::https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v27.tar.gz
- sha256sums = e2c7c02ffa71f7a60969132b94d7d1f5362077b18f83f97624682fdbf99b7c27
+ source = gnome-shell-extension-appindicator-28.tar.gz::https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v28.tar.gz
+ sha256sums = d978e082b8880bfcaeb255bd77eaf25914876dd08dd749e209e55bed79823ce3
pkgname = gnome-shell-extension-appindicator
diff --git a/PKGBUILD b/PKGBUILD
index 0f06b761e9a9..801b4216b688 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gnome-shell-extension-appindicator
-pkgver=27
+pkgver=28
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=('e2c7c02ffa71f7a60969132b94d7d1f5362077b18f83f97624682fdbf99b7c27')
+sha256sums=('d978e082b8880bfcaeb255bd77eaf25914876dd08dd749e209e55bed79823ce3')
package() {
cd "$pkgname-$pkgver"