# Maintainer: Llewelyn Trahaearn # Contributor: Michael Wendland pkgname=gnome-shell-extension-arch-update pkgver=15 pkgrel=1 pkgdesc="Convenient indicator for Arch Linux updates in GNOME Shell." arch=('any') url="https://github.com/RaphaelRochet/arch-update" license=('GPL3') depends=('gnome-shell>=3.18') provides=("${pkgname}") conflicts=('gnome-shell-extensions-git') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v${pkgver}.tar.gz") sha512sums=('bba0437e375f5d11d21a0dcf764033d662cac9d5183c3844cfa4411dfd72aade921591af204d67f208b1ddb65bfa50decbe256b3e79cca35c4c1b6ad661831bb') package() { _uuid='arch-update@RaphaelRochet' _install_dir="${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}" install -dm655 $_install_dir cd "arch-update-${pkgver}" cp -r * $_install_dir }