summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf2020-03-19 08:41:55 +0100
committertrougnouf2020-03-19 08:41:55 +0100
commit35347282511786d0c8c1e9f68e0046377f957562 (patch)
tree4953bb26b4f6e4e0cead40d968de90946a0e879b
parent0363cf1c053aad20af73fdfeb86de5cfcf2f2524 (diff)
downloadaur-35347282511786d0c8c1e9f68e0046377f957562.tar.gz
update to v30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c44da2ad9b32..b6282e47abc1 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 = 29
+ pkgver = 30
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/v29.tar.gz
- sha256sums = fdfb58ccef6fca2507f222344357d0beeacb8f1cf1f11fbdbf9e9e93eedf0d4c
+ source = https://github.com/jderose9/dash-to-panel/archive/v30.tar.gz
+ sha256sums = d560824b78f38e02965eb16bba95fd1b75fd94d154a68ff03e10db69f480ae26
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index 288589dfafd6..db776f4eda87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=29
+pkgver=30
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=('fdfb58ccef6fca2507f222344357d0beeacb8f1cf1f11fbdbf9e9e93eedf0d4c')
+sha256sums=('d560824b78f38e02965eb16bba95fd1b75fd94d154a68ff03e10db69f480ae26')
build() {
cd "${srcdir}/${_name}-${pkgver}"