summaryrefslogtreecommitdiff
path: root/community/cdemu-client
diff options
context:
space:
mode:
Diffstat (limited to 'community/cdemu-client')
-rw-r--r--community/cdemu-client/PKGBUILD7
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