summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiles McLean2019-03-13 14:12:06 -0500
committerMiles McLean2019-03-13 14:12:06 -0500
commitc4af7075c36b9f7ac8055a27bc3282d94c0c4865 (patch)
treed51309a5bcd36f242f500f1f56f418357f9f9246 /PKGBUILD
parent15e1da2a874457d0b473ce69662bac108e14d4f8 (diff)
downloadaur-c4af7075c36b9f7ac8055a27bc3282d94c0c4865.tar.gz
Updated base code version to 6.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f6f126d585e..54ed720f24d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lisa Denia <eiffel56@gmail.com>
pkgname=anyremote
-pkgver=6.7.1
+pkgver=6.7.2
pkgrel=1
pkgdesc="Remote control (console-oriented) through bluetooth or IR connection"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ 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=('699e41b637104688f191086bb58ea742')
+md5sums=('6eec61034fddaf31c4231922883a3bd8')
build() {
cd $srcdir/$pkgname-$pkgver