summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-09-08 11:05:23 +0900
committerBenjamin Chrétien2015-09-08 11:05:23 +0900
commit51e882985ab166bea5cbcdd16199d6b0a611e48d (patch)
tree53d455a24778e78748b1e02619f5ce36c708f2b9 /PKGBUILD
parenta861e6aa921051af53d5a0d6b1592028bbb2ee8f (diff)
downloadaur-51e882985ab166bea5cbcdd16199d6b0a611e48d.tar.gz
Update screenkey to version 0.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 591e401f9503..6c2765c9feaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Gordin <9ordin @t gmail d@t com>
pkgname=screenkey
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="Screencast tool to show your keys inspired by Screenflick, based on key-mon. Active fork with new features."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('python2' 'pygtk' 'libx11')
makedepends=('python2-distutils-extra' 'python2-setuptools')
source=("https://github.com/wavexx/$pkgname/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('d0b69ef75b1c220bc299552f7918b884927a3ef7d10bf5e848ae7dd76a82f973')
+sha256sums=('c832cadb5ef9179dab6f031435c6279819d1a1982c5eead28cecbeb69ad5c2fe')
build() {
cd "$srcdir/$pkgname-$pkgname-$pkgver"