diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/alltray/PKGBUILD | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/alltray/PKGBUILD')
-rw-r--r-- | community/alltray/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/alltray/PKGBUILD b/community/alltray/PKGBUILD index 1b1e8c6a9..9ff9a652a 100644 --- a/community/alltray/PKGBUILD +++ b/community/alltray/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 65035 2012-02-20 02:11:14Z spupykin $ +# $Id: PKGBUILD 65283 2012-02-20 15:18:04Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer : James Rayner <iphitus@gmail.com> # Contributor: Roberto Salas <ro0xito@gmail.com> pkgname=alltray -pkgver=0.7.5dev -pkgrel=2 +pkgver=0.7.5.1dev +pkgrel=1 pkgdesc="Drops any app in the tray." license=('GPL') arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://alltray.trausch.us/" depends=('libxpm' 'libgtop' 'libwnck') options=('!libtool') source=(https://code.launchpad.net/alltray/trunk/${pkgver}/+download/alltray-${pkgver}.tar.gz) -md5sums=('faef46b14a3f9c14d4e5efd65245796e') +md5sums=('5842253b89a5943031b5a02bbd8fd4fb') build() { cd ${srcdir}/${pkgname}-${pkgver} |