diff options
author | jonian | 2021-11-14 11:47:55 +0200 |
---|---|---|
committer | jonian | 2021-11-14 11:47:55 +0200 |
commit | 9aba5875200f47327123edba5c25f050ca78fca4 (patch) | |
tree | efbdc02dbfd88e562ffc49022f839f0bf2b0e010 | |
parent | 788f51b7ae8d5259c56661f41e7398718dfe199a (diff) | |
download | aur-9aba5875200f47327123edba5c25f050ca78fca4.tar.gz |
version update to 3
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,13 +1,13 @@ pkgbase = gnome-shell-extension-dark-variant pkgdesc = Gnome Shell extension to apply dark window decorations - pkgver = 2 - pkgrel = 2 + pkgver = 3 + pkgrel = 1 url = https://github.com/hardpixel/dark-variant arch = any license = GPL depends = gnome-shell depends = xorg-xprop - source = gnome-shell-extension-dark-variant-2.tar.gz::https://github.com/hardpixel/dark-variant/archive/v2.tar.gz - md5sums = 5bc7c151dc346da467f70c873907da22 + source = gnome-shell-extension-dark-variant-3.tar.gz::https://github.com/hardpixel/dark-variant/archive/v3.tar.gz + md5sums = cf2a1f44b1d7230506fd3b38ecd04273 pkgname = gnome-shell-extension-dark-variant @@ -1,14 +1,14 @@ # Maintainer: Jonian Guveli <https://github.com/jonian/> pkgname=gnome-shell-extension-dark-variant -pkgver=2 -pkgrel=2 +pkgver=3 +pkgrel=1 pkgdesc="Gnome Shell extension to apply dark window decorations" arch=("any") url="https://github.com/hardpixel/dark-variant" license=("GPL") depends=("gnome-shell" "xorg-xprop") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -md5sums=("5bc7c151dc346da467f70c873907da22") +md5sums=('cf2a1f44b1d7230506fd3b38ecd04273') package() { install -d "$pkgdir/usr/share/gnome-shell/extensions" \ |