summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffafd98aeab0..db6e16960364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: SanskritFritz (gmail)
pkgname=quikey
-pkgver=0.0.9
+pkgver=0.1.0
pkgrel=1
pkgdesc="A keyboard macro tool."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python-click' 'python-colored' 'python-daemon' 'python-inotify-simple' 'python-tinydb' 'python-pynput' 'python-terminaltables' 'python-xdg' 'python-humanize')
makedepends=('python-setuptools')
source=("https://github.com/bostrt/quikey/archive/$pkgver.tar.gz")
-md5sums=('ff70c0fc35d29917ccdef6dc3d44dc84')
+md5sums=('71fae99fe251b8326957311ab4e42870')
package() {
cd "$pkgname-$pkgver"