summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkarlfiabeschi2020-10-22 10:13:30 +0200
committerkarlfiabeschi2020-10-22 10:13:30 +0200
commit0c3199de273d1b1a705b3a6fc14612944a77bc00 (patch)
treef079a2aa65d7fc803ad5ee558a5fe52412278a70 /PKGBUILD
parentf69cd3de010e4da799044b7536e1c8c4e9d15611 (diff)
downloadaur-0c3199de273d1b1a705b3a6fc14612944a77bc00.tar.gz
update to 2.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a51d2e58e2f1..c3c0dd87b061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: dr34m/KarlFiabeschi 1984itsnow[at]gmail[dot]com
pkgname=keep
-pkgver=2.4.2
-pkgrel=1.3
+pkgver=2.9
+pkgrel=2
pkgdesc="A Meta CLI toolkit : Personal shell command keeper"
arch=('any')
url="https://github.com/OrkoHunter/keep"
license=('MIT')
-depends=('python-setuptools' 'python-click' 'python-requests' 'python-tabulate' )
+depends=('python-setuptools' 'python-click' 'python-requests' 'python-tabulate' 'python-terminaltables' 'python-pygithub')
source=("https://pypi.io/packages/source/k/keep/keep-$pkgver.tar.gz"
"https://raw.githubusercontent.com/OrkoHunter/keep/master/LICENSE.md")
-sha1sums=('48b302f2ec7e811466a58d9c6ccfd7f755655105'
+sha1sums=('b81252f05b8e21cb4fbf0319153c233243c4349f'
'07b3e631d4a0653c802d196bfef7dc06a74d9c5c')
package() {