summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBradford Smith2020-03-01 13:51:17 -0500
committerBradford Smith2020-03-01 13:51:17 -0500
commitc3695b5701df21180c2fa3a8ad1514a369398ed1 (patch)
tree53679f246257684398fe644582bcb632e875505a /PKGBUILD
parentc7e80d9bc647865c9337167b36af6dec16f761fc (diff)
downloadaur-c3695b5701df21180c2fa3a8ad1514a369398ed1.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10db43d03e6a..d6b1185f3fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=informant
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="An Arch Linux News reader and pacman hook"
arch=('any')
url="https://github.com/bradford-smith94/$pkgname"
@@ -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=('5911681cec9b3d49b469f94fea638d30386c4b08f9b19d93bb023143a04d877e')
+sha256sums=('9c689831d0d1362a4fb6783bec318a2f8b0c40fe340595918ed85c9ab0cdee82')
package() {
cd "$srcdir/$pkgname-$pkgver"