blob: 30cae89bfde39bb6c7aff631cd666ec7675ed2b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#
# SPDX-FileCopyrightText: Arch Linux Contributors
#
# SPDX-License-Identifier: 0BSD
#
pkgbase = checkupdates-notify
pkgdesc = Sends a notification if package updates are available
pkgver = 0.1
pkgrel = 5
url = https://codeberg.org/karnage42/checkupdates-notify
arch = any
license = 0BSD
depends = bash
source = checkupdates-notify-v0.1-5.tar.xz
sha256sums = c562b32d93aabf21d70c6c1ea5d8f0e2e328e493f7e33112f985bffe14013b4c
pkgname = checkupdates-notify
depends = pacman-contrib
depends = bash
|