summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2020-11-22 20:03:07 +0100
committerSanskritFritz2020-11-22 20:03:07 +0100
commita4305049bc0aee8bb35d9f939330bc889ad67580 (patch)
tree24db22485a559875ada6b216b1a40d1fa5afd742 /PKGBUILD
parent4904ff984da8ca5459577894461d880d7347a332 (diff)
downloadaur-a4305049bc0aee8bb35d9f939330bc889ad67580.tar.gz
Upstream version 0.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c04e6e19a097..42cbf4d19339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: SanskritFritz (gmail)
pkgname=quikey
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="A keyboard macro tool."
arch=('any')
url="https://github.com/bostrt/quikey"
license=('MIT')
-depends=('python-click' 'python-colored' 'python-daemon' 'python-inotify-simple' 'python-tinydb' 'python-pynput' 'python-terminaltables' 'python-xdg' 'python-humanize')
+depends=('python-click' 'python-colored' 'python-daemon' 'python-inotify-simple' 'python-tinydb' 'python-pynput' 'python-terminaltables' 'python-xdg' 'python-humanize' 'python-pick')
makedepends=('python-setuptools')
source=("https://github.com/bostrt/quikey/archive/$pkgver.tar.gz")
-md5sums=('b6251708ba1c63a767653d137ca6edea')
+md5sums=('0c821cfd7e6a0f03bc3d6a26e8541bfb')
package() {
cd "$pkgname-$pkgver"