summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Jurk2021-04-19 07:44:57 +0200
committerLukas Jurk2021-04-19 07:44:57 +0200
commit7600c909df4ca527c12ff95a9f30fb703f5bf153 (patch)
tree445dfac6f471ebdb9eb80080dfe20871c1fa45b6
parent302037cab30d934e0c28194b5aac6177a560c40f (diff)
downloadaur-7600c909df4ca527c12ff95a9f30fb703f5bf153.tar.gz
replace orphaned python-rofi with python-rofi-git
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 608572953922..4642c582f165 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=python-jiramenu
_gitname=jiramenu
pkgname=$_pkgname-git
-pkgver=r1.0.9
+pkgver=r1.0.10
pkgrel=1
pkgdesc="Dmenu/Rofi frontend for jira"
@@ -10,7 +10,7 @@ arch=('any')
url="https://gitlab.com/ljurk/jiramenu"
license=('GPLv3')
depends=('python'
- 'python-rofi'
+ 'python-rofi-git'
'python-jira'
'python-requests'
'python-click'