summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradford Smith2023-05-06 12:05:30 -0400
committerBradford Smith2023-05-06 12:05:30 -0400
commit4ae203055b63231768e0bc9ae85e3dbc5502565c (patch)
treed2bbecae0cc78af654dcff5a5b5f1da0a4d67611
parente34e0956885795a56afd68ca506bf7ea49eae4a2 (diff)
downloadaur-4ae203055b63231768e0bc9ae85e3dbc5502565c.tar.gz
Update version
This version will not block upgrades of informant, hopefully for easier migration during python upgrades.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ece346e46f90..b818f2302ecd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = informant
pkgdesc = An Arch Linux News reader and pacman hook
- pkgver = 0.4.5
+ pkgver = 0.4.6
pkgrel = 1
url = https://github.com/bradford-smith94/informant
install = informant.install
@@ -15,7 +15,7 @@ pkgbase = informant
depends = python-cachecontrol
depends = python-lockfile
options = zipman
- source = https://github.com/bradford-smith94/informant/archive/v0.4.5.tar.gz
+ source = https://github.com/bradford-smith94/informant/archive/v0.4.6.tar.gz
sha256sums = b82d6accae509bcda3fc4a02b849e9093cbc18f0f728422f27570539c9c53751
pkgname = informant
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() {