summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradford Smith2024-04-29 21:46:32 -0400
committerBradford Smith2024-04-29 21:46:32 -0400
commita7b75dfe9b00d6c4398a0f937cf49586f85a3148 (patch)
tree361e4e2902984654e61fe91461bd7bfe0e0d51fc
parent2e904eefe68ef2a023256fcfca9ac20471b5fe07 (diff)
downloadaur-informant.tar.gz
Bump version, add new dependency
Newest version now needs python-psutil.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e92a30a8b81c..09d2a10a318c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = informant
pkgdesc = An Arch Linux News reader and pacman hook
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/bradford-smith94/informant
install = informant.install
@@ -14,8 +14,9 @@ pkgbase = informant
depends = python-html2text
depends = python-cachecontrol
depends = python-lockfile
+ depends = python-psutil
options = zipman
- source = https://github.com/bradford-smith94/informant/archive/v0.5.0.tar.gz
- sha256sums = dd181b87426dd11c16e24f20bed8b8d83898990a36d0017fa8f6df6a2f1b649e
+ source = https://github.com/bradford-smith94/informant/archive/v0.5.1.tar.gz
+ sha256sums = d67a7a6edc3d2928cc1c3b0e72e21c2c9ecb75c5467e3ceba6f62f5a36bf9ccf
pkgname = informant
diff --git a/PKGBUILD b/PKGBUILD
index f7d07c301314..dee2c983a2b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=informant
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="An Arch Linux News reader and pacman hook"
arch=('any')
@@ -9,10 +9,10 @@ url="https://github.com/bradford-smith94/$pkgname"
license=('MIT')
install=informant.install
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")
options=(zipman)
-sha256sums=('d67a7a6edc3d2928cc1c3b0e72e21c2c9ecb75c5467e3ceba6f62f5a36bf9ccf')
+sha256sums=('2c88b1303fd623eef390e7bcfafeb40f45b847a7f88514726e36c66f6763c53e')
build() {