summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf (Benoit Brummer)2022-04-21 14:58:10 +0200
committertrougnouf (Benoit Brummer)2022-04-21 14:58:10 +0200
commitafc57c483130fc678b81e1bdc83bd4130fc31b54 (patch)
tree68fd476fc8ad9c6dd5edf76ae890fb6afc01cd7f
parent9ffae7baa98562a1cd768e39a1145c54098fc0bc (diff)
downloadaur-afc57c483130fc678b81e1bdc83bd4130fc31b54.tar.gz
v49
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eae1ba201806..b2ae8a98b710 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 = 47
+ pkgver = 49
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/v47.tar.gz
- sha256sums = 21bb30fb5eb6ef98042951473ba8269e8a2c983946d66c5eaffdc13d46ec2c1a
+ source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v49.tar.gz
+ sha256sums = e1f20d931ec88a04d2e63d397e0ba664fe3bbb55f0eef4668461ff5d109a6ad2
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index 1a37bf6a2ae7..0ffd87142303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=47
+pkgver=49
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=('21bb30fb5eb6ef98042951473ba8269e8a2c983946d66c5eaffdc13d46ec2c1a')
+sha256sums=('e1f20d931ec88a04d2e63d397e0ba664fe3bbb55f0eef4668461ff5d109a6ad2')
build() {
cd "${srcdir}/${_name}-${pkgver}"