diff options
author | Jonian Guveli | 2025-02-28 19:13:48 +0200 |
---|---|---|
committer | Jonian Guveli | 2025-02-28 19:13:48 +0200 |
commit | 35b2f4bb0e540f757420393343da099f63e31d7a (patch) | |
tree | 06b710bb3fa5cbe4d755fa3ddb74ff05585823a9 | |
parent | 22c55071a6b10088b0b4aa073d5e6496e020ba1f (diff) | |
download | aur-gnome-shell-extension-dash-to-plank.tar.gz |
version update to 19
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = gnome-shell-extension-dash-to-plank pkgdesc = GNOME Shell extension to integrate Plank, the simplest dock on the planet. - pkgver = 18 + pkgver = 19 pkgrel = 1 url = https://github.com/hardpixel/dash-to-plank arch = any @@ -9,7 +9,7 @@ pkgbase = gnome-shell-extension-dash-to-plank depends = plank provides = gnome-shell-extension-dash-to-plank conflicts = gnome-shell-extension-dash-to-plank-git - source = gnome-shell-extension-dash-to-plank-18.zip::https://github.com/hardpixel/dash-to-plank/releases/download/v18/dash-to-plank-v18.zip - md5sums = 66504fa0838c79e39c8d5d0ec87e049f + source = gnome-shell-extension-dash-to-plank-19.zip::https://github.com/hardpixel/dash-to-plank/releases/download/v19/dash-to-plank-v19.zip + md5sums = 6bd056fa03c9f5bfddd6d2835cd29d8f pkgname = gnome-shell-extension-dash-to-plank @@ -1,6 +1,6 @@ # Maintainer: Jonian Guveli <https://github.com/jonian/> pkgname=gnome-shell-extension-dash-to-plank -pkgver=18 +pkgver=19 pkgrel=1 pkgdesc="GNOME Shell extension to integrate Plank, the simplest dock on the planet." arch=("any") @@ -10,7 +10,7 @@ depends=("gnome-shell" "plank") provides=("gnome-shell-extension-dash-to-plank") conflicts=("gnome-shell-extension-dash-to-plank-git") source=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/dash-to-plank-v$pkgver.zip") -md5sums=('66504fa0838c79e39c8d5d0ec87e049f') +md5sums=('6bd056fa03c9f5bfddd6d2835cd29d8f') package() { rm -f "$srcdir/$pkgname-$pkgver.zip" |