diff options
author | jonian | 2022-04-16 20:38:17 +0300 |
---|---|---|
committer | jonian | 2022-04-16 20:38:17 +0300 |
commit | e881533f07d605432f076621e1905ef90bff68f0 (patch) | |
tree | c0f2d13a03c615887ffeed10890e6b500d42016a /PKGBUILD | |
parent | 73f657923a2d45c1e562be2d9ac4d708130adaf8 (diff) | |
download | aur-e881533f07d605432f076621e1905ef90bff68f0.tar.gz |
version update to 7
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Jonian Guveli <https://github.com/jonian/> pkgname=gnome-shell-extension-dark-variant -pkgver=6 +pkgver=7 pkgrel=1 pkgdesc="Gnome Shell extension to apply dark window decorations" arch=("any") @@ -8,7 +8,7 @@ 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=('7d3afba410dbcdf7fd2d5dbf91904abf') +md5sums=('36177215921e073aacdc7e7a9ea60fdb') package() { install -d "$pkgdir/usr/share/gnome-shell/extensions" \ |