summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcarl.george2015-08-10 10:57:22 -0500
committercarl.george2015-08-10 10:57:22 -0500
commit5348ce76ad55cbce4cf3c058e6816895b8575cfb (patch)
treefb1895ae34d3ce8d3d9541cd278f463e8a1546ab /PKGBUILD
parent0459b36453346f1c3a00a702c368077fe043e783 (diff)
downloadaur-5348ce76ad55cbce4cf3c058e6816895b8575cfb.tar.gz
48-2
* switch to sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"