summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBradford Smith2018-02-28 21:24:25 -0500
committerBradford Smith2018-02-28 21:27:12 -0500
commitefa6513bc900f9e49e4ce11edd8989ae67acbfa2 (patch)
tree413e6da6587feebb6e004b02ff5722104c0b6e13 /PKGBUILD
parent6c180400cf57bbd789bf70753d03bf1c0462c511 (diff)
downloadaur-efa6513bc900f9e49e4ce11edd8989ae67acbfa2.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 558e4e6b13a3..eb6494011ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=informant
-pkgver=0.0.5
+pkgver=0.0.6
pkgrel=1
pkgdesc="An Arch Linux News reader and pacman hook"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/bradford-smith94/$pkgname"
license=('MIT')
depends=('python' 'python-docopt' 'python-dateutil' 'python-feedparser')
source=("https://github.com/bradford-smith94/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('43f68f3e13bb37e22af235de14761bbf')
+sha256sums=('0a62e196a53f46569af03ee626eafec3df72045512c832c1a83ce3187edc2308')
package() {
cd "$srcdir/$pkgname-$pkgver"