Search Criteria
Package Details: update-notifier 0.7.7-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/update-notifier.git (read-only, click to copy) |
---|---|
Package Base: | update-notifier |
Description: | A simple pacman update notifier |
Upstream URL: | https://github.com/Chrysostomus/update-notifier |
Licenses: | MIT |
Submitter: | ahmubashshir |
Maintainer: | ahmubashshir |
Last Packager: | emilio-r |
Votes: | 2 |
Popularity: | 0.140655 |
First Submitted: | 2020-06-12 09:48 (UTC) |
Last Updated: | 2021-04-05 10:41 (UTC) |
Dependencies (11)
- awk (gawk-git, gawk)
- dunst (dunst-notif-log-git, dunst-git)
- fakeroot (fakeroot-git, fakeroot-tcp)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id, libnotify-git)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- gnome-terminal (gnome-terminal-urgent-hint, gnome-terminal-middle-click-close-tab, gnome-terminal-transparency, gnome-terminal-fedora) (optional) – for integration with gnome-update-notifications
- pacaur (pacaur-git) (optional) – for AUR support
- pamac (pamac-cli, pamac-classic, pamac-flatpak, pamac-flatpak-gnome, pamac-all-git, pamac-all, pamac-aur-git, pamac-aur, pamac-nosnap) (optional) – for graphical update actions
- trizen (trizen-git) (optional) – for AUR support
- yaourt (optional) – for AUR support
- yay (yayim, yay-bin, yay-git) (optional) – for AUR support
Latest Comments
DN-debug commented on 2022-03-27 14:22 (UTC)
Hi @emilio-r,
With the latest changes in git-protocol, sourcing using
git:
will no longer work unless you have a valid key.You can point to the master zip and change the relevant pkgname as below:
pkgname=update-notifier-master
_pkgname=update-notifier
pkgver=0.7.7
pkgrel=4
pkgdesc=“A simple pacman update notifier”
arch=(any)
url="https://github.com/Chrysostomus/$_pkgname"
license=(‘MIT’)
depends=(‘awk’
‘dunst>=1.3.2-2’
‘libnotify’
‘fakeroot’)
optdepends=(‘yaourt: for AUR support’
‘gnome-terminal: for integration with gnome-update-notifications’
‘pamac: for graphical update actions’
‘yay: for AUR support’
‘trizen: for AUR support’
‘pacaur: for AUR support’)
makedepends=(‘git’)
source=("${url}/archive/refs/heads/master.zip")
md5sums=(‘SKIP’)
package () {
cd “$srcdir”
install -Dm755 “$srcdir/$pkgname/update-notifier” “$pkgdir/usr/bin/update-notifier”
install -Dm755 “$srcdir/$pkgname/update-checker” “$pkgdir/usr/bin/update-checker”
install -Dm755 “$srcdir/$pkgname/update-check” “$pkgdir/usr/bin/update-check”
install -Dm755 “$srcdir/$pkgname/update-command” “$pkgdir/usr/bin/update-command”
install -Dm755 “$srcdir/$pkgname/update-help” “$pkgdir/usr/bin/update-help”
}
emilio-r commented on 2021-01-16 15:55 (UTC)
@recke96: Indeed, thanks for pointing it out. I just adopted this package and will update the PKGBUILD in the next few days.
recke96 commented on 2021-01-12 10:03 (UTC)
As far as I can see the update checker also supports yay, trizen and pacaur in addition to yaourt for aur update notifs so those should probably also be declared as optional dependency