summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBradford Smith2021-02-25 16:54:48 -0500
committerBradford Smith2021-02-25 16:54:48 -0500
commit958092bca1d82d74ac18be314ea5302f145524f6 (patch)
tree5f145b788e26d8366beb51442a4b899b4a1dd51d /PKGBUILD
parent02209bc89f55a2f0438e7098c5533a342b840577 (diff)
downloadaur-958092bca1d82d74ac18be314ea5302f145524f6.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5f77d264537..1a01f336b477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=informant
-pkgver=0.4.2
+pkgver=0.4.3
pkgrel=1
pkgdesc="An Arch Linux News reader and pacman hook"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
install=informant.install
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")
-sha256sums=('a4e6138344812c5c4c422da599707b6609632c6d1be6ba50b20b7eb89a9c6ca2')
+sha256sums=('6dfa5d09910565147f3783a4e3f7db388394f6a46c03a097b88a3a8a86153060')
build() {
cd "$srcdir/$pkgname-$pkgver"