summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBradford Smith2023-09-13 16:19:57 -0400
committerBradford Smith2023-09-13 16:19:57 -0400
commit2e904eefe68ef2a023256fcfca9ac20471b5fe07 (patch)
tree56ba06dc3ad82d04576951f18e1c463d963f5d86 /PKGBUILD
parent4ae203055b63231768e0bc9ae85e3dbc5502565c (diff)
downloadaur-2e904eefe68ef2a023256fcfca9ac20471b5fe07.tar.gz
Release latest version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 306b0d9be197..f7d07c301314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=informant
-pkgver=0.4.6
+pkgver=0.5.0
pkgrel=1
pkgdesc="An Arch Linux News reader and pacman hook"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
depends=('python' 'python-docopt' 'python-dateutil' 'python-feedparser' 'python-html2text' 'python-cachecontrol' 'python-lockfile')
source=("https://github.com/bradford-smith94/$pkgname/archive/v$pkgver.tar.gz")
options=(zipman)
-sha256sums=('dd181b87426dd11c16e24f20bed8b8d83898990a36d0017fa8f6df6a2f1b649e')
+sha256sums=('d67a7a6edc3d2928cc1c3b0e72e21c2c9ecb75c5467e3ceba6f62f5a36bf9ccf')
build() {