summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Nader2021-11-13 19:12:34 +0900
committerJason Nader2021-11-13 19:12:34 +0900
commitaa351ae8695c80833d2acbdc4c5175d76fc39dbf (patch)
tree50da0670f2f5fa0af760bea6c4bfd63c057b595c
parent154feb4c2b0c4e1fb88598aa9d86a028e2b63e46 (diff)
downloadaur-lgwebosremote-git.tar.gz
Add new upstream dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a8ac1aa4b4b..1a2fb98b308f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = lgwebosremote-git
pkgdesc = Command line webOS remote for LGTVs
- pkgver = r93.588a301
+ pkgver = r135.2de8913
pkgrel = 1
url = https://github.com/klattimer/LGWebOSRemote
arch = x86_64
license = MIT
+ makedepends = git
makedepends = python-setuptools
depends = python-wakeonlan
depends = python-ws4py
depends = python-requests
+ depends = python-getmac
provides = lgtv
conflicts = lgtv
source = lgwebosremote::git+https://github.com/klattimer/LGWebOSRemote.git
md5sums = SKIP
pkgname = lgwebosremote-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 95f4255ac682..f4a7c94b3687 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jason Nader <jason (dot) nader (at) protonmail (dot) com>
pkgname=('lgwebosremote-git')
-pkgver=r93.588a301
+pkgver=r135.2de8913
pkgrel=1
pkgdesc="Command line webOS remote for LGTVs"
arch=('x86_64')
url="https://github.com/klattimer/LGWebOSRemote"
license=('MIT')
-depends=('python-wakeonlan' 'python-ws4py' 'python-requests')
-makedepends=('python-setuptools')
+depends=('python-wakeonlan' 'python-ws4py' 'python-requests' 'python-getmac')
+makedepends=('git' 'python-setuptools')
source=("${pkgname%-*}::git+https://github.com/klattimer/LGWebOSRemote.git")
provides=("lgtv")
conflicts=("lgtv")