# Maintainer: Llewelyn Trahaearn # Contributor: Michael Wendland pkgname=gnome-shell-extension-arch-update pkgver=18 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=('e2286756d90560c2ca172cdcac26c2547004b9f2a2158447201352bbd4792372ba7d72c89c726f640ba672d5a20198ae4ba518d8424f07bc3e1b326dc5ffc0ba') 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 }