informant: auto updated to 0.5.1-1

This commit is contained in:
Lilac 2024-04-30 02:01:01 +00:00
parent a40197d8d3
commit c3c469b7bb

View file

@ -1,7 +1,7 @@
# Maintainer: Bradford Smith <aur@bradfords.me> # Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=informant pkgname=informant
pkgver=0.5.0 pkgver=0.5.1
pkgrel=1 pkgrel=1
pkgdesc="An Arch Linux News reader and pacman hook" pkgdesc="An Arch Linux News reader and pacman hook"
arch=('any') arch=('any')
@ -9,10 +9,10 @@ url="https://github.com/bradford-smith94/$pkgname"
license=('MIT') license=('MIT')
install=informant.install install=informant.install
makedepends=('python-setuptools') makedepends=('python-setuptools')
depends=('python' 'python-docopt' 'python-dateutil' 'python-feedparser' 'python-html2text' 'python-cachecontrol' 'python-lockfile') depends=('python' 'python-docopt' 'python-dateutil' 'python-feedparser' 'python-html2text' 'python-cachecontrol' 'python-lockfile' 'python-psutil')
source=("https://github.com/bradford-smith94/$pkgname/archive/v$pkgver.tar.gz") source=("https://github.com/bradford-smith94/$pkgname/archive/v$pkgver.tar.gz")
options=(zipman) options=(zipman)
sha256sums=('d67a7a6edc3d2928cc1c3b0e72e21c2c9ecb75c5467e3ceba6f62f5a36bf9ccf') sha256sums=('2c88b1303fd623eef390e7bcfafeb40f45b847a7f88514726e36c66f6763c53e')
build() { build() {