diff options
author | root <root@rshg054.dnsready.net> | 2011-10-17 23:14:42 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-17 23:14:42 +0000 |
commit | c4f201fd7208805c7ee00e0ee833d3cc505898ac (patch) | |
tree | 72c45bb585e42c6c7da3fc0b4aa817019daf99a7 /community/cdemu-client | |
parent | e1b3d592f43a99f4ed7c91971deda6ce8414dd69 (diff) |
Mon Oct 17 23:14:42 UTC 2011
Diffstat (limited to 'community/cdemu-client')
-rw-r--r-- | community/cdemu-client/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/cdemu-client/PKGBUILD b/community/cdemu-client/PKGBUILD index f9504f26f..25cfe59f7 100644 --- a/community/cdemu-client/PKGBUILD +++ b/community/cdemu-client/PKGBUILD @@ -1,8 +1,9 @@ # Maintainer: Mateusz Herych <heniekk@gmail.com> # Contributor: Charles Lindsay <charles@chaoslizard.org> + pkgname=cdemu-client -pkgver=1.3.0 -pkgrel=2 +pkgver=1.4.0 +pkgrel=1 pkgdesc="Simple command-line client for controlling cdemu-daemon" arch=('i686' 'x86_64') url="http://cdemu.sourceforge.net/" @@ -11,7 +12,7 @@ depends=('python2' 'dbus-python' 'cdemu-daemon') makedepends=('intltool') conflicts=('cdemu') source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.gz) -md5sums=('e1789ec4f839e9dbdb5db88e3923d7ae') +md5sums=('ce469f0660dfa4a9306faed00b3e6d6c') build() { cd $srcdir/$pkgname-$pkgver |