summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArvedui2020-12-13 21:30:17 +0100
committerArvedui2020-12-13 21:30:17 +0100
commit42c5c886043b676c0ebdddf57f3d70cc6d1e22a6 (patch)
treeef9dfcb7fb15eee5d3d20d46d8b12f220d3618a7 /PKGBUILD
parent44573d921679845c3d86aabefa90d0df7bbc6810 (diff)
downloadaur-bugwarrior.tar.gz
bugwarrior: upstream release 1.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37ac074ac882..6e231df50928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=bugwarrior
-pkgver=1.7.0
-pkgrel=4
+pkgver=1.8.0
+pkgrel=1
pkgdesc="pull issues from issue trackers into taskwarrior (GitHub, GitLab, Bitbucket, etc.)"
arch=(any)
conflicts=(bugwarrior-git)
@@ -26,7 +26,7 @@ optdepends=('python-keyring: keyring support'
'python-bugzilla: bugzilla support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ralphbean/bugwarrior/archive/$pkgver.tar.gz")
-sha256sums=('2d7cee5043e35aa1a63d13eeccd14264759ae4358fdd60178bb96eda51b6b487')
+sha256sums=('df15fd401161dcbdf2d1f6a043a6ab0c93264b43b01ed6d08f39eec213a9c129')
prepare(){
cd "$srcdir/$pkgname-$pkgver"