summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBradford Smith2020-10-26 17:35:34 -0400
committerBradford Smith2020-10-26 17:35:34 -0400
commit8b0de89be64d3fa688a82d38818443f0231755d2 (patch)
tree7e756d34ac5898974968b96ed172cc5e785eb49e /PKGBUILD
parent195b4f1ae5da5286aa210ca27050d72e24f3a641 (diff)
downloadaur-8b0de89be64d3fa688a82d38818443f0231755d2.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 9c064f373bca..15b201a005f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=informant
-pkgver=0.3.0
+pkgver=0.3.1
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=('93395b155a482429549fb73ba3b55a7ebad4a1bbfb86bf21ff94ba32a51dfc3d')
+sha256sums=('812222834bfae6698a3e12162d7c4fc96041d0c46c0cb0269724e4e20de9e2b4')
package() {
cd "$srcdir/$pkgname-$pkgver"