# Maintainer: Ahmad Hasan Mubashshir pkgname=update-notifier-service pkgver=1 pkgrel=6 pkgdesc="Update notifier systemd user service and timer" arch=('any') license=('GPL') install=update-notifier.install depends=('systemd' 'sed') makedepends=() source=( 'update-notifier.service' 'update-notifier.timer' 'update-notifier.hook' ) sha256sums=('2501bfe99bbd54a9656a8348fb90eeea2a3807d8e30109c16f5bfaeffa069011' 'eab72cc565c6bb1a594256c9efa6debe2551a03965be989108f950bde83158e4' '911fbad2abaeda9b20508a155404b240cef9fda6db06f8523da5ddf7c520adf2') package() { depends+=('update-notifier') install -Dm 644 update-notifier.service "$pkgdir/usr/lib/systemd/user/update-notifier.service" install -Dm 644 update-notifier.timer "$pkgdir/usr/lib/systemd/user/update-notifier.timer" install -Dm 644 update-notifier.hook "$pkgdir/usr/share/libalpm/hooks/update-notifier.hook" }