summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf2021-11-10 14:41:55 +0100
committertrougnouf2021-11-10 14:41:55 +0100
commit06a716b43401274a9d3d09c923266af6ec367b60 (patch)
tree11434e8da4165bc5035f5d7b34e3afbe151ef440
parent33fce1cc5b629ef720337c7d19d1933125db818b (diff)
downloadaur-06a716b43401274a9d3d09c923266af6ec367b60.tar.gz
v45
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4877fc93fb0..724c8c0941f2 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 = 44
+ pkgver = 45
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/v44.tar.gz
- sha256sums = 5996fd2a2049484e52553d8e8d30941d4f434f316df422f15211c56d37dba965
+ source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v45.tar.gz
+ sha256sums = 107776efac9aa0de28beb610f7b2781167350a151984cf04aed26b90e20391bf
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index 0e90bb4a4023..d0d976bace06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=44
+pkgver=45
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=('5996fd2a2049484e52553d8e8d30941d4f434f316df422f15211c56d37dba965')
+sha256sums=('107776efac9aa0de28beb610f7b2781167350a151984cf04aed26b90e20391bf')
build() {
cd "${srcdir}/${_name}-${pkgver}"