summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2019-04-01 20:48:44 +0300
committersurefire2019-04-01 20:48:44 +0300
commit326ef5ea0f3b219940373c6fa692973f06cf1e28 (patch)
tree87bbff551907dd85b515fc4bc61d01a917f16907
parentb33d720f443a5cef3334297a17b3d09d485d79de (diff)
downloadaur-326ef5ea0f3b219940373c6fa692973f06cf1e28.tar.gz
Bump to v23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cefa5045c43..32b682ffc1cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-appindicator
pkgdesc = Integrates AppIndicators into GNOME Shell
- pkgver = 23.1
+ pkgver = 23
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.1.tar.gz::https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v23.1.tar.gz
- sha256sums = 219af14d00e53063134d97daa37ee7cef841e51ffda9a85870d0dd3c9b0ee35c
+ source = gnome-shell-extension-appindicator-23.tar.gz::https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v23.tar.gz
+ sha256sums = 1694c638f6397ac1cdab2233427131d145f17cd19d398df19302da491e602a61
pkgname = gnome-shell-extension-appindicator
diff --git a/PKGBUILD b/PKGBUILD
index f758b8045493..b4a4035eeaae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gnome-shell-extension-appindicator
-pkgver=23.1
+pkgver=23
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=('219af14d00e53063134d97daa37ee7cef841e51ffda9a85870d0dd3c9b0ee35c')
+sha256sums=('1694c638f6397ac1cdab2233427131d145f17cd19d398df19302da491e602a61')
package() {
cd "$pkgname-$pkgver"