summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarlfiabeschi2020-10-22 10:13:30 +0200
committerkarlfiabeschi2020-10-22 10:13:30 +0200
commit0c3199de273d1b1a705b3a6fc14612944a77bc00 (patch)
treef079a2aa65d7fc803ad5ee558a5fe52412278a70
parentf69cd3de010e4da799044b7536e1c8c4e9d15611 (diff)
downloadaur-0c3199de273d1b1a705b3a6fc14612944a77bc00.tar.gz
update to 2.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be72e4f1f845..24fa5e31d6e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keep
pkgdesc = A Meta CLI toolkit : Personal shell command keeper
- pkgver = 2.4.2
- pkgrel = 1.3
+ pkgver = 2.9
+ pkgrel = 2
url = https://github.com/OrkoHunter/keep
arch = any
license = MIT
@@ -9,9 +9,11 @@ pkgbase = keep
depends = python-click
depends = python-requests
depends = python-tabulate
- source = https://pypi.io/packages/source/k/keep/keep-2.4.2.tar.gz
+ depends = python-terminaltables
+ depends = python-pygithub
+ source = https://pypi.io/packages/source/k/keep/keep-2.9.tar.gz
source = https://raw.githubusercontent.com/OrkoHunter/keep/master/LICENSE.md
- sha1sums = 48b302f2ec7e811466a58d9c6ccfd7f755655105
+ sha1sums = b81252f05b8e21cb4fbf0319153c233243c4349f
sha1sums = 07b3e631d4a0653c802d196bfef7dc06a74d9c5c
pkgname = keep
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() {