# Maintainer: Llewelyn Trahaearn # Contributor: Michael Wendland pkgname=gnome-shell-extension-arch-update pkgver=19 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') conflicts=('gnome-shell-extensions-git') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v${pkgver}.tar.gz") sha512sums=('bd0ef5aaa214f635fa50bf2150de9cb16ba63096e32002aecb90898d5b99f8275598b9c936183e58a1c60611e3010ac0d4510b500db3dfa12a2d417a9b8bb9a7') 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 }