summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradford Smith2018-02-28 21:24:25 -0500
committerBradford Smith2018-02-28 21:27:12 -0500
commitefa6513bc900f9e49e4ce11edd8989ae67acbfa2 (patch)
tree413e6da6587feebb6e004b02ff5722104c0b6e13
parent6c180400cf57bbd789bf70753d03bf1c0462c511 (diff)
downloadaur-efa6513bc900f9e49e4ce11edd8989ae67acbfa2.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03dbeda85e36..bf7cb9ead10a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = informant
pkgdesc = An Arch Linux News reader and pacman hook
- pkgver = 0.0.5
+ pkgver = 0.0.6
pkgrel = 1
url = https://github.com/bradford-smith94/informant
arch = any
@@ -9,8 +9,8 @@ pkgbase = informant
depends = python-docopt
depends = python-dateutil
depends = python-feedparser
- source = https://github.com/bradford-smith94/informant/archive/v0.0.5.tar.gz
- md5sums = 43f68f3e13bb37e22af235de14761bbf
+ source = https://github.com/bradford-smith94/informant/archive/v0.0.6.tar.gz
+ sha256sums = 43f68f3e13bb37e22af235de14761bbf
pkgname = informant
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"