summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf (Benoit Brummer)2022-05-02 11:45:03 +0200
committertrougnouf (Benoit Brummer)2022-05-02 11:45:03 +0200
commitaf3586d420ac50d20586aa6b0f754a471a467ad3 (patch)
tree70bd007982241f1c60ad9aaad546612b53fdcf4e
parentafc57c483130fc678b81e1bdc83bd4130fc31b54 (diff)
downloadaur-af3586d420ac50d20586aa6b0f754a471a467ad3.tar.gz
v50
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2ae8a98b710..afcbbca39cf3 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 = 49
+ pkgver = 50
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/v49.tar.gz
- sha256sums = e1f20d931ec88a04d2e63d397e0ba664fe3bbb55f0eef4668461ff5d109a6ad2
+ source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v50.tar.gz
+ sha256sums = 192abfd84b9a6108a2c31cb74afbdbdee49ba824ec91687e7ca60bd58fe5b435
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index 0ffd87142303..73b7076fb272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=49
+pkgver=50
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=('e1f20d931ec88a04d2e63d397e0ba664fe3bbb55f0eef4668461ff5d109a6ad2')
+sha256sums=('192abfd84b9a6108a2c31cb74afbdbdee49ba824ec91687e7ca60bd58fe5b435')
build() {
cd "${srcdir}/${_name}-${pkgver}"