diff options
author | Jonian Guveli | 2023-10-24 16:13:34 +0300 |
---|---|---|
committer | Jonian Guveli | 2023-10-24 16:13:34 +0300 |
commit | 9b103b89d97f429fc8794d7161ff772616ff8cda (patch) | |
tree | 3aebcb3158267a389d87146454a53517942f3437 /PKGBUILD | |
parent | ffd2c86cbca3f61b33f51ff999bd22c7a598736a (diff) | |
download | aur-9b103b89d97f429fc8794d7161ff772616ff8cda.tar.gz |
version update to 77
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-unite -pkgver=76 +pkgver=77 pkgrel=1 pkgdesc="Unite makes GNOME Shell look like Ubuntu Unity Shell" arch=("any") @@ -11,7 +11,7 @@ optdepends=("gnome-shell-extension-dash-to-dock") provides=("gnome-shell-extension-unite") conflicts=("gnome-shell-extension-unite-git") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -md5sums=('0e3996e256ed9be5b51e0c220cde8d4b') +md5sums=('a2abaa9de57c1a6a52ef1d8e497198a9') package() { install -d "$pkgdir/usr/share/gnome-shell/extensions" \ |