summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2fe629e794d7298d11129368e8e6d5aa10aa4a29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Xuanrui Qi <me@xuanruiqi.com>
pkgname=checkupdates-with-aur
pkgver=1.0
pkgrel=1
pkgdesc="Helper script to check updates, including AUR updates"
arch=('any')
license=('Unlicense')
depends=('pacman-contrib' 'aurutils')
source=("${pkgname}.sh")
sha256sums=('7dc7d98367e6c929a291346eae286509132f4a46f5561b4cff4c69e98360034b')
noextract=()

package() {
  install -Dm755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
}

# vim:set ts=2 sw=2 et: