summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiles McLean2019-12-13 13:07:19 -0600
committerMiles McLean2019-12-13 13:07:19 -0600
commit53e57bd4a39e2e1ddcb1d5df84339e3404fda295 (patch)
treeeae5225082a437f08c892a024bde1e7299a29383 /PKGBUILD
parentc4af7075c36b9f7ac8055a27bc3282d94c0c4865 (diff)
downloadaur-53e57bd4a39e2e1ddcb1d5df84339e3404fda295.tar.gz
Updated base code version to 6.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54ed720f24d1..41c7fe52c8ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lisa Denia <eiffel56@gmail.com>
pkgname=anyremote
-pkgver=6.7.2
+pkgver=6.7.3
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=('6eec61034fddaf31c4231922883a3bd8')
+md5sums=('fd87404e8f820e9b4756c38c930c8367')
build() {
cd $srcdir/$pkgname-$pkgver