summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea419f058357..359ea5acba8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Apr 16 19:29:27 UTC 2016
+# Thu Apr 21 22:03:43 UTC 2016
pkgbase = gnome-shell-extension-dynamic-top-bar
pkgdesc = Extension that make the top bar transparent when no window is maximized
- pkgver = 3.3.0
+ pkgver = 3.3.1
pkgrel = 1
url = https://github.com/AMDG2/GnomeShell_DynamicTopBar
install = gnome-shell-extension-dynamic-top-bar.install
arch = any
license = GPL3
depends = gnome-shell
- source = https://github.com/AMDG2/GnomeShell_DynamicTopBar/archive/3.3.0.tar.gz
- sha256sums = 167a1c1206d531eda2b25633c656e4a961fdb9e84169703d232b3873d8995f00
+ source = https://github.com/AMDG2/GnomeShell_DynamicTopBar/archive/3.3.1.tar.gz
+ sha256sums = 15a6069b8d6799d946291aeaf7375e9d3077ac82bf1bfb83af59055a7c2bfe6d
pkgname = gnome-shell-extension-dynamic-top-bar
diff --git a/PKGBUILD b/PKGBUILD
index f4a812e4d320..5f4d5dc31811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxim Andersson <thesilentboatman@gmail.com>
pkgname=gnome-shell-extension-dynamic-top-bar
-pkgver=3.3.0
+pkgver=3.3.1
pkgrel=1
pkgdesc="Extension that make the top bar transparent when no window is maximized"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('gnome-shell')
install=${pkgname}.install
source=("https://github.com/AMDG2/GnomeShell_DynamicTopBar/archive/${pkgver}.tar.gz")
-sha256sums=('167a1c1206d531eda2b25633c656e4a961fdb9e84169703d232b3873d8995f00')
+sha256sums=('15a6069b8d6799d946291aeaf7375e9d3077ac82bf1bfb83af59055a7c2bfe6d')
package() {
_uuid='dynamicTopBar@gnomeshell.feildel.fr'