summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBradford Smith2021-01-02 10:49:35 -0500
committerBradford Smith2021-01-02 10:49:35 -0500
commitdf5420f921e0bfac0a1221ddf808ce792ee7ac10 (patch)
tree5a8e418cf0b0b947ee184322553e7d3c94286941 /PKGBUILD
parent8b0de89be64d3fa688a82d38818443f0231755d2 (diff)
downloadaur-df5420f921e0bfac0a1221ddf808ce792ee7ac10.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 15b201a005f5..c8d84f837543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=informant
-pkgver=0.3.1
+pkgver=0.3.2
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')
source=("https://github.com/bradford-smith94/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('812222834bfae6698a3e12162d7c4fc96041d0c46c0cb0269724e4e20de9e2b4')
+sha256sums=('555f06e926bfe0b5b4f7e67f04d5c2e738947b85bf72231d19e6d4e8d6d39620')
package() {
cd "$srcdir/$pkgname-$pkgver"