summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarl.george2015-08-10 10:57:22 -0500
committercarl.george2015-08-10 10:57:22 -0500
commit5348ce76ad55cbce4cf3c058e6816895b8575cfb (patch)
treefb1895ae34d3ce8d3d9541cd278f463e8a1546ab
parent0459b36453346f1c3a00a702c368077fe043e783 (diff)
downloadaur-5348ce76ad55cbce4cf3c058e6816895b8575cfb.tar.gz
48-2
* switch to sha256sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 107cff5af3d2..3ab4dcdb8c04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-dash-to-dock
pkgdesc = This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
pkgver = 48
- pkgrel = 1
+ pkgrel = 2
url = https://micheleg.github.io/dash-to-dock/
install = gschemas.install
arch = any
@@ -11,7 +11,7 @@ pkgbase = gnome-shell-extension-dash-to-dock
depends = dconf
conflicts = gnome-shell-extensions-dash-to-dock-git
source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v48.tar.gz
- md5sums = 2bebfd281c64831bca215bb25e26f00f
+ sha256sums = ef37327c5ef6e971aa3b2c5fcd44bf3aa50800349c1ba160d3fc1ca52c8b1d84
pkgname = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index 81fb9bc1b2d3..f2bc594d5e97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _author="micheleg"
pkgname="gnome-shell-extension-${_extname}"
pkgver=48
-pkgrel=1
+pkgrel=2
pkgdesc="This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops."
arch=("any")
url="https://${_author}.github.io/${_extname}/"
@@ -18,7 +18,7 @@ conflicts=("gnome-shell-extensions-dash-to-dock-git")
install="gschemas.install"
source=("https://github.com/${_author}/${_extname}/archive/extensions.gnome.org-v${pkgver}.tar.gz")
noextract=()
-md5sums=('2bebfd281c64831bca215bb25e26f00f')
+sha256sums=('ef37327c5ef6e971aa3b2c5fcd44bf3aa50800349c1ba160d3fc1ca52c8b1d84')
build() {
cd "${srcdir}/${_extname}-extensions.gnome.org-v${pkgver}"