summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf (Benoit Brummer)2020-03-25 15:00:50 +0100
committertrougnouf (Benoit Brummer)2020-03-25 15:00:50 +0100
commit10bb1e7317c0f003543c7fb627591b2749abf356 (patch)
tree4948a7fe342c901b6aac92530018b6897f3b4897
parent35347282511786d0c8c1e9f68e0046377f957562 (diff)
downloadaur-10bb1e7317c0f003543c7fb627591b2749abf356.tar.gz
update to v31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6282e47abc1..fa83e524fbaf 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 = 30
+ pkgver = 31
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/v30.tar.gz
- sha256sums = d560824b78f38e02965eb16bba95fd1b75fd94d154a68ff03e10db69f480ae26
+ source = https://github.com/jderose9/dash-to-panel/archive/v31.tar.gz
+ sha256sums = 9f96ce9fd8e6c072711cfcbbfc69a1bd0296714b448979d409baf2f6ee4e0ab3
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index db776f4eda87..b20d9122e21c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=30
+pkgver=31
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=('d560824b78f38e02965eb16bba95fd1b75fd94d154a68ff03e10db69f480ae26')
+sha256sums=('9f96ce9fd8e6c072711cfcbbfc69a1bd0296714b448979d409baf2f6ee4e0ab3')
build() {
cd "${srcdir}/${_name}-${pkgver}"