aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52ca68c3ca84..9b6010d9aa0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 24 16:40:51 UTC 2017
+# Fri Feb 24 16:44:07 UTC 2017
pkgbase = miraclecast
pkgdesc = MiracleCast provides software to connect external monitors to your system via Wifi. It is compatible to Miracast. Link-management works, everything else is still being worked on. Replaces openwfd. Contribute on https://github.com/albfan/aur-miraclecast
pkgver = 221.36be37e
@@ -10,7 +10,7 @@ pkgbase = miraclecast
arch = armv6h
arch = armv7h
license = GPL
- depends = git
+ depends = git-core
depends = systemd>=221
depends = python3
depends = glib2
diff --git a/PKGBUILD b/PKGBUILD
index baaddbaea6de..90e75b6797ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="MiracleCast provides software to connect external monitors to your syst
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/albfan/miraclecast"
license=('GPL')
-depends=(git "systemd>=221" "python3" "glib2")
+depends=(git-core "systemd>=221" "python3" "glib2")
provides=("miraclecast")
backup=(etc/dbus-1/system.d/org.freedesktop.miracle.conf)
source=("$_name::git+https://github.com/albfan/miraclecast.git#branch=master")