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