24 lines
		
	
	
		
			545 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			545 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # Maintainer: Eric Lay <ericlaytm@gmail.com>
 | |
| pkgname=systrayUpdater
 | |
| pkgver=0.1
 | |
| pkgrel=1
 | |
| pkgdesc="PyQt5 system tray applet to notify of available updates"
 | |
| arch=('x86_64')
 | |
| url="https://github.com/ericlay/$pkgname"
 | |
| license=('GPL3')
 | |
| depends=('pacman'
 | |
|     'fzf'
 | |
|     'expac'
 | |
|     'curl'
 | |
|     'gzip'
 | |
|     'jq')
 | |
| makedepends=('git')
 | |
| optdepends=('yay: AUR helper'
 | |
| 			'paru: AUR helper')
 | |
| source=("git+https://github.com/ericlay/fuzzy-pkg-finder.git#tag=v$pkgver")
 | |
| md5sums=('SKIP')
 | |
| 
 | |
| package() {
 | |
| 	cd "$srcdir/$pkgname"
 | |
| 	install -Dm755 fpf -t "$pkgdir/usr/bin"
 | |
| } |