summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex2020-11-05 18:23:58 +0100
committerAlex2020-11-05 18:23:58 +0100
commit85366f278b570f891aa75b777c8b89608ab16c10 (patch)
treefa1aa75a8379931054e3f1e366f847fb9c082fb0
parent9bdca3d716aa6caf627503530d5f2a144d376cd0 (diff)
downloadaur-85366f278b570f891aa75b777c8b89608ab16c10.tar.gz
Update to v2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67de4d9530d6..17dce9e00c04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-status-area-horizontal-spacing
pkgdesc = This is a GNOME shell extension that reduces the horizontal spacing between status area icons (top-right of the panel: volume indicator, etc).
- pkgver = 2.4
+ pkgver = 2.4.2
pkgrel = 0
- url = https://bitbucket.org/mathematicalcoffee/status-area-horizontal-spacing-gnome-shell-extension
+ url = https://gitlab.com/p91paul/status-area-horizontal-spacing-gnome-shell-extension
arch = any
license = unknow
depends = gnome-shell
- source = https://bitbucket.org/mathematicalcoffee/status-area-horizontal-spacing-gnome-shell-extension/get/default.tar.gz
+ source = git+https://gitlab.com/p91paul/status-area-horizontal-spacing-gnome-shell-extension.git#tag=v2.4.2
sha256sums = SKIP
pkgname = gnome-shell-extension-status-area-horizontal-spacing
diff --git a/PKGBUILD b/PKGBUILD
index 653ea2bc5e93..aa8adf209c05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Alex S. shantanna_at_hotmail_dot_com>
pkgname=gnome-shell-extension-status-area-horizontal-spacing
-pkgver=2.4
+pkgver=2.4.2
pkgrel=0
pkgdesc="This is a GNOME shell extension that reduces the horizontal spacing between status area icons (top-right of the panel: volume indicator, etc)."
arch=('any')
-url="https://bitbucket.org/mathematicalcoffee/status-area-horizontal-spacing-gnome-shell-extension"
+url="https://gitlab.com/p91paul/status-area-horizontal-spacing-gnome-shell-extension"
license=('unknow')
depends=('gnome-shell')
-source=('https://bitbucket.org/mathematicalcoffee/status-area-horizontal-spacing-gnome-shell-extension/get/default.tar.gz')
+source=('git+https://gitlab.com/p91paul/status-area-horizontal-spacing-gnome-shell-extension.git#tag=v2.4.2')
sha256sums=('SKIP')
package() {
_uuid='status-area-horizontal-spacing@mathematical.coffee.gmail.com'
- cd mathematicalcoffee-status-area-horizontal-spacing-gnome-shell-extension-*
+ cd status-area-horizontal-spacing-gnome-shell-extension
make
install -d "${pkgdir}/usr/share/gnome-shell/extensions"