diff options
author | jonian | 2022-09-22 15:19:44 +0300 |
---|---|---|
committer | jonian | 2022-09-22 15:19:44 +0300 |
commit | 6621378285e80e6eac219688b8b0997cc51f01bc (patch) | |
tree | 3463e98f515c89870685dc51a69ad19d6c2365c2 /PKGBUILD | |
parent | e881533f07d605432f076621e1905ef90bff68f0 (diff) | |
download | aur-6621378285e80e6eac219688b8b0997cc51f01bc.tar.gz |
version update to 8
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=7 +pkgver=8 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=('36177215921e073aacdc7e7a9ea60fdb') +md5sums=('3ec2f75554775b0da7b266a7d8b1c4ca') package() { install -d "$pkgdir/usr/share/gnome-shell/extensions" \ |