summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2017-12-13 18:45:12 -0600
committerMiles McLean2017-12-13 18:46:36 -0600
commit4de58605a11a9471965f14bf63fd4389a713585b (patch)
treeabed6710cee524bbdbe2e7ee325c3073a99f1a3e
parent93aecb3ea8a29418707d67df6f445304be8957cc (diff)
downloadaur-4de58605a11a9471965f14bf63fd4389a713585b.tar.gz
Updated to 6.6.1. Updated license to GPL3.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb420e6a3658..1e26b7b79b37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = anyremote
pkgdesc = Remote control (console-oriented) through bluetooth or IR connection
- pkgver = 6.4
+ pkgver = 6.6.1
pkgrel = 1
url = http://anyremote.sourceforge.net
install = anyremote.install
arch = i686
arch = x86_64
- license = GPL
+ license = GPL3
depends = bluez-libs
depends = bluez
depends = dbus-glib
depends = libxtst
optdepends = irda-utils: IRDA support
- source = http://downloads.sourceforge.net/sourceforge/anyremote/anyremote-6.4.tar.gz
- md5sums = 050d5625e97b5844e10c83efdb7abc51
+ source = http://downloads.sourceforge.net/sourceforge/anyremote/anyremote-6.6.1.tar.gz
+ md5sums = 40f766e4ac90c9f8453c83a6158b79ed
pkgname = anyremote
diff --git a/PKGBUILD b/PKGBUILD
index 2e0426ece51c..780d6587d325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,27 @@
-# Maintainer: Andrea Fagiani <andfagiani_at_gmail_dot_com>
+# Maintainer: Miles McLean <mills00013@gmail.com>
+# Contributor: Andrea Fagiani <andfagiani_at_gmail_dot_com>
# Contributor: hb <hb.at.spamers.dot.net>
# Contributor: Lisa Denia <eiffel56@gmail.com>
pkgname=anyremote
-pkgver=6.5
+pkgver=6.6.1
pkgrel=1
pkgdesc="Remote control (console-oriented) through bluetooth or IR connection"
arch=('i686' 'x86_64')
url="http://anyremote.sourceforge.net"
-license=('GPL')
+license=('GPL3')
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)
-md5sums=('2ebd8d41b2a525e186bd9a3199896fec')
+md5sums=('40f766e4ac90c9f8453c83a6158b79ed')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make
}
+
package() {
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install