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 acf47711c713..f15bb5758c03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jordan Christiansen <xordspar0@gmail.com>
pkgname=ninekey
-pkgver=0.1
+pkgver=0.1.1
pkgrel=1
pkgdesc="A barebones hotkey/launcher application"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/xordspar0/${pkgname}"
license=('MIT')
depends=('python' 'python-pyqt4')
source=("https://github.com/xordspar0/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('dcc8b4f63bbaa9af444dddb960b24e57f3a91e0d6620d8fad8e9d89a16fe6c0e')
+sha256sums=('3651539f2b4850e4e979afefba77dc5d7729dfd72d316c2c8d49dff14ae55eca')
package() {
cd ${pkgname}-${pkgver}