diff options
author | jonian | 2021-04-09 18:52:36 +0300 |
---|---|---|
committer | jonian | 2021-04-09 18:52:36 +0300 |
commit | 346cb07fbc8e63625b1e2eebf806fe64c03d433a (patch) | |
tree | b65eea155ec90f708479d71c22e04b0a3555da53 /PKGBUILD | |
parent | 43bce4b0d2a072b5f4c3debd0149ba0afe935714 (diff) | |
download | aur-346cb07fbc8e63625b1e2eebf806fe64c03d433a.tar.gz |
version update to 49
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=48 +pkgver=49 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=("927149ef16ca768d76f80b7813b18879") +md5sums=("90f7414c04fcd00ee23d6782dc5e1e89") package() { install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_" |