summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBradford Smith2023-05-06 12:05:30 -0400
committerBradford Smith2023-05-06 12:05:30 -0400
commit4ae203055b63231768e0bc9ae85e3dbc5502565c (patch)
treed2bbecae0cc78af654dcff5a5b5f1da0a4d67611 /PKGBUILD
parente34e0956885795a56afd68ca506bf7ea49eae4a2 (diff)
downloadaur-4ae203055b63231768e0bc9ae85e3dbc5502565c.tar.gz
Update version
This version will not block upgrades of informant, hopefully for easier migration during python upgrades.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 203f71b399dd..306b0d9be197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=informant
-pkgver=0.4.5
+pkgver=0.4.6
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=('b82d6accae509bcda3fc4a02b849e9093cbc18f0f728422f27570539c9c53751')
+sha256sums=('dd181b87426dd11c16e24f20bed8b8d83898990a36d0017fa8f6df6a2f1b649e')
build() {