summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf (Benoit Brummer)2019-08-27 21:04:12 +0200
committertrougnouf (Benoit Brummer)2019-08-27 21:04:12 +0200
commit13b9d0a3f15ce9f83ec9d09f57eaa8b7f7a7c1ff (patch)
treee61852e3a27fb3000b59de70375f840c79972507
parent7b53f252ee9f5ac96a5bacb0da15e36ea71a65a4 (diff)
downloadaur-13b9d0a3f15ce9f83ec9d09f57eaa8b7f7a7c1ff.tar.gz
update to v22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34d13ccd7fae..ae72f47ddbe0 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 = 20
+ pkgver = 22
pkgrel = 1
url = https://github.com/jderose9/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/jderose9/dash-to-panel/archive/v20.tar.gz
- sha256sums = 6b8c68a03a0175827846ec03f1f8df8ff2e6a10356db0fab1b25d9868936617f
+ source = https://github.com/jderose9/dash-to-panel/archive/v22.tar.gz
+ sha256sums = b971b7d68da9f7bc5c26af66dc488c1008dda08187d03d5e326fc70a2d8fc86f
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index f5061eb667ed..cb11e28c4481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=20
+pkgver=22
pkgrel=1
pkgdesc='Extension for GNOME shell to combine the dash and main panel'
arch=(any)
@@ -11,7 +11,7 @@ url="https://github.com/jderose9/dash-to-panel"
license=(GPL2)
makedepends=(git gnome-common intltool make)
source=("https://github.com/jderose9/dash-to-panel/archive/v${pkgver}.tar.gz")
-sha256sums=('6b8c68a03a0175827846ec03f1f8df8ff2e6a10356db0fab1b25d9868936617f')
+sha256sums=('b971b7d68da9f7bc5c26af66dc488c1008dda08187d03d5e326fc70a2d8fc86f')
build() {
cd "${srcdir}/${_name}-${pkgver}"