summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf (Benoit Brummer)2022-04-18 16:58:21 +0200
committertrougnouf (Benoit Brummer)2022-04-18 16:58:21 +0200
commit9ffae7baa98562a1cd768e39a1145c54098fc0bc (patch)
tree1fef3103347d324b1e3a89d0e083c7f2940e70e8
parentcd1c4bb7372a186c753c114852520f712ba84259 (diff)
downloadaur-9ffae7baa98562a1cd768e39a1145c54098fc0bc.tar.gz
v47
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0102314d2eb5..eae1ba201806 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-dash-to-panel
pkgdesc = Extension for GNOME shell to combine the dash and main panel
- pkgver = 46
+ pkgver = 47
pkgrel = 1
url = https://github.com/home-sweet-gnome/dash-to-panel
arch = any
@@ -9,8 +9,8 @@ pkgbase = gnome-shell-extension-dash-to-panel
makedepends = gnome-common
makedepends = intltool
makedepends = make
- source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v46.tar.gz
- sha256sums = 181f455b74889795e4896e0f92de7391ac5ce9b13ae24cbd2430644b921428d3
+ source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v47.tar.gz
+ sha256sums = 21bb30fb5eb6ef98042951473ba8269e8a2c983946d66c5eaffdc13d46ec2c1a
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index fc1054213ce1..1a37bf6a2ae7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=46
+pkgver=47
pkgrel=1
pkgdesc='Extension for GNOME shell to combine the dash and main panel'
arch=(any)
@@ -11,7 +11,7 @@ url="https://github.com/home-sweet-gnome/dash-to-panel"
license=(GPL2)
makedepends=(git gnome-common intltool make)
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('181f455b74889795e4896e0f92de7391ac5ce9b13ae24cbd2430644b921428d3')
+sha256sums=('21bb30fb5eb6ef98042951473ba8269e8a2c983946d66c5eaffdc13d46ec2c1a')
build() {
cd "${srcdir}/${_name}-${pkgver}"