summaryrefslogtreecommitdiff
path: root/pcr/anyremote
diff options
context:
space:
mode:
authoraurelien <aurelien@xload.io>2014-05-30 18:45:31 +0200
committeraurelien <aurelien@xload.io>2014-05-30 18:45:31 +0200
commit6909ff0810d2b6607e07229ddf97d178822efbb7 (patch)
tree29bf982f717058978d008fdde62418418d940400 /pcr/anyremote
parent1dc80f28d419148605eee394c52973ceea505055 (diff)
anyremote
Diffstat (limited to 'pcr/anyremote')
-rw-r--r--pcr/anyremote/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/pcr/anyremote/PKGBUILD b/pcr/anyremote/PKGBUILD
index dd8aff92f..c1181f5fb 100644
--- a/pcr/anyremote/PKGBUILD
+++ b/pcr/anyremote/PKGBUILD
@@ -1,16 +1,16 @@
-# Contributor (Arch): Andrea Fagiani <andfagiani_at_gmail_dot_com>
-# Contributor (Arch): hb <hb.at.spamers.dot.net>
-# Contributor (Arch): Lisa Denia <eiffel56@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
+# Contributor: Andrea Fagiani <andfagiani_at_gmail_dot_com>
+# Contributor: hb <hb.at.spamers.dot.net>
+# Contributor: Lisa Denia <eiffel56@gmail.com>
+# Maintainer : Parabola Aurélien DESBRIÈRES <aurelien@hackers.camp>
pkgname=anyremote
-pkgver=6.0
+pkgver=6.3.2
pkgrel=1
pkgdesc="Remote control (console-oriented) through bluetooth or IR connection"
arch=('i686' 'x86_64')
url="http://anyremote.sourceforge.net"
license=('GPL')
-depends=('bluez' 'dbus-glib' 'libxtst')
+depends=('bluez-libs' 'bluez' 'dbus-glib' 'libxtst')
optdepends=("irda-utils: IRDA support")
install=anyremote.install
source=(http://downloads.sourceforge.net/sourceforge/anyremote/$pkgname-$pkgver.tar.gz)
@@ -21,4 +21,3 @@ build() {
make
make DESTDIR=$pkgdir install
}
-md5sums=('f39da5df07f3e1a0c59bc3f95347dbe7')