summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-11-14 11:47:55 +0200
committerjonian2021-11-14 11:47:55 +0200
commit9aba5875200f47327123edba5c25f050ca78fca4 (patch)
treeefbdc02dbfd88e562ffc49022f839f0bf2b0e010
parent788f51b7ae8d5259c56661f41e7398718dfe199a (diff)
downloadaur-9aba5875200f47327123edba5c25f050ca78fca4.tar.gz
version update to 3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6d717fdfa75..b1278da8f3c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index c615ee4b674d..7e6677825182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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" \