summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Humphrey2017-10-31 14:48:44 -0500
committerJacob Humphrey2017-10-31 14:48:44 -0500
commit637ec729590451afc3529fb9f3d185d8c524afec (patch)
tree95b77bc16613cce9c229e3f320cb0b129e248e77
parent14249e054cfc7b52274272e90ce7f0fd8745799a (diff)
downloadaur-637ec729590451afc3529fb9f3d185d8c524afec.tar.gz
v0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdcb84cfd1f2..480280ba0c43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gnome-shell-extension-ubuntu-dock
pkgdesc = The gnome extension that provides the new ubuntu dock
- pkgver = 0.7
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock
arch = any
license = GPL
makedepends = git
depends = gnome-shell
- source = http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-shell-extension-ubuntu-dock/gnome-shell-extension-ubuntu-dock_0.7.tar.xz
- md5sums = 26df785c9a7011764e330eee34d4979c
+ source = http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-shell-extension-ubuntu-dock/gnome-shell-extension-ubuntu-dock_0.7.1.tar.xz
+ sha256sums = b239c68ea7f387893d1910335bcf0431af01f2e4e4b6807ed5132653cd5fb0b4
pkgname = gnome-shell-extension-ubuntu-dock
diff --git a/PKGBUILD b/PKGBUILD
index b4d05f14b702..b81199408d77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-ubuntu-dock
-pkgver=0.7
+pkgver=0.7.1
pkgrel=1
pkgdesc="The gnome extension that provides the new ubuntu dock"
url="https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock"
@@ -10,7 +10,7 @@ arch=(any)
license=(GPL)
depends=(gnome-shell)
makedepends=(git)
-md5sums=("26df785c9a7011764e330eee34d4979c")
+sha256sums=("b239c68ea7f387893d1910335bcf0431af01f2e4e4b6807ed5132653cd5fb0b4")
source=("http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-shell-extension-ubuntu-dock/${pkgname}_${pkgver}.tar.xz")
prepare() {