summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBradford Smith2021-08-30 20:21:40 -0400
committerBradford Smith2021-08-30 20:21:40 -0400
commit30310951f58287dc070ff26f1bcbd512c065c051 (patch)
tree9c5905e21b1921228aba8ba2d7726c22589b0718 /PKGBUILD
parent958092bca1d82d74ac18be314ea5302f145524f6 (diff)
downloadaur-30310951f58287dc070ff26f1bcbd512c065c051.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a01f336b477..c2aeb0531d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=informant
-pkgver=0.4.3
+pkgver=0.4.4
pkgrel=1
pkgdesc="An Arch Linux News reader and pacman hook"
arch=('any')
@@ -10,7 +10,8 @@ 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=('6dfa5d09910565147f3783a4e3f7db388394f6a46c03a097b88a3a8a86153060')
+sha256sums=('4f8745bec30fb82396b141f99a529d542085bcda982a9d178ebba5c07fd4425f')
+
build() {
cd "$srcdir/$pkgname-$pkgver"