diff options
Diffstat (limited to 'community/xnee/PKGBUILD')
-rw-r--r-- | community/xnee/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/xnee/PKGBUILD b/community/xnee/PKGBUILD index 33808659a..f18e73770 100644 --- a/community/xnee/PKGBUILD +++ b/community/xnee/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 105302 2014-02-04 19:29:39Z jlichtblau $ +# $Id: PKGBUILD 106236 2014-02-25 19:42:02Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> pkgname=xnee -pkgver=3.17 +pkgver=3.18 pkgrel=1 pkgdesc="A program to record, distribute, and replay X (X11) protocol data" arch=('i686' 'x86_64') @@ -33,3 +33,5 @@ package() { #.desktop file install -Dm644 "${srcdir}"/gnee.desktop "${pkgdir}"/usr/share/applications/gnee.desktop } +sha256sums=('24d521b604f3118faf1bd087619feb230cda38bf3721000828e670e0f311cb48' + 'de42d419a46083e39a9b6d60c045c1cd68deb793cc5166a86df81dff608387c1') |