summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBradford Smith2020-06-11 20:19:03 -0400
committerBradford Smith2020-06-11 20:19:03 -0400
commit50754cf334490220cad67176f91bdf2adf91df87 (patch)
tree3af05b16d5b948a7ec27c9555a10c66abca37dd2 /PKGBUILD
parente1b92a12ba48bd275b1c7ab529be2a2345926b37 (diff)
downloadaur-50754cf334490220cad67176f91bdf2adf91df87.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 ab2115c2ff9a..9d913a34310d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=informant
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.2.2
+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=('9c689831d0d1362a4fb6783bec318a2f8b0c40fe340595918ed85c9ab0cdee82')
+sha256sums=('50930416d6edef359d6f4bece94a0008e698a2ba7d31844f6dfd97167074b3dc')
package() {
cd "$srcdir/$pkgname-$pkgver"