summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-04-29 13:35:12 -0600
committerMark Wagie2020-04-29 13:35:12 -0600
commit2cb16abd1c9d39df6576f2db6fd5a60fcb89bcce (patch)
treeb337d3e985501fa3547a813e94c2d7b6ed120466
parentc171f3108cd4910db7c1afb18e70f3ad1726be17 (diff)
downloadaur-2cb16abd1c9d39df6576f2db6fd5a60fcb89bcce.tar.gz
fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba7a1b053300..3e2e065b4768 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = gnomecast-git
url = https://github.com/keredson/gnomecast
arch = any
license = GPL3
+ makedepends = git
+ makedepends = python-setuptools
depends = ffmpeg
depends = python-html5lib
depends = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index e19d5ad5023c..9e062f1d83eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/keredson/gnomecast"
license=('GPL3')
depends=('ffmpeg' 'python-html5lib' 'python-pychromecast' 'python-bottle'
'python-pycaption' 'python-paste' 'python-gobject' 'python-dbus')
-makedpends=('git' 'python-setuptools')
+makedepends=('git' 'python-setuptools')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/keredson/gnomecast.git')