summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2019-04-09 17:24:25 +0300
committersurefire2019-04-09 17:24:25 +0300
commitcddb31aefe2b3a4166ab3caa270ed813e759cd6b (patch)
treeffa371efcb5ff18fa616f2d4d015eb0775122c5a
parentfe4bac50fdf97c078af3563034ec8a8b7c9071af (diff)
downloadaur-cddb31aefe2b3a4166ab3caa270ed813e759cd6b.tar.gz
Bump to v27
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c43f7af331f7..2d4da2a106b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-appindicator-git
pkgdesc = Integrates AppIndicators into GNOME Shell
- pkgver = 23.1+0+g03ccc3c
+ pkgver = 27+2+ga72f8be
pkgrel = 1
epoch = 1
url = https://github.com/ubuntu/gnome-shell-extension-appindicator
diff --git a/PKGBUILD b/PKGBUILD
index ea60293d2c2b..039b6b283df2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: Frikilinux <frikilinux at gmail dot com>
pkgname=gnome-shell-extension-appindicator-git
-pkgver=23.1+0+g03ccc3c
+pkgver=27+2+ga72f8be
pkgrel=1
epoch=1
-pkgdesc="Integrates AppIndicators into GNOME Shell"
+pkgdesc='Integrates AppIndicators into GNOME Shell'
+url='https://github.com/ubuntu/gnome-shell-extension-appindicator'
+license=('GPL')
arch=('any')
-url="https://github.com/ubuntu/gnome-shell-extension-appindicator"
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
-license=('GPL')
makedepends=('git')
depends=('gnome-shell>=3.32')
optdepends=(
@@ -24,12 +24,12 @@ source=("${pkgname}::git+${url}.git")
sha512sums=('SKIP')
pkgver() {
- cd "${pkgname}"
+ cd ${pkgname}
git describe --long --tags | sed 's/^v//; s/-/+/g'
}
package() {
- cd "${pkgname}"
+ cd ${pkgname}
# Locate the extension.
local _uuid="$(grep -Po '(?<="uuid": ")[^"]*' metadata.json)"
local _destdir="$pkgdir/usr/share/gnome-shell/extensions/$_uuid"