aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbfan2017-02-24 17:41:07 +0100
committeralbfan2017-02-24 17:41:07 +0100
commit4976b09a241b3065c6e3251cfd4cacb79960fc72 (patch)
treea7939334178ac2d4930a55b4a23f4fb22917216e
parentda08838e0706c8484a0614f8c789a262524ae849 (diff)
downloadaur-4976b09a241b3065c6e3251cfd4cacb79960fc72.tar.gz
add git dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe60d553b7ca..52ca68c3ca84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Feb 24 16:40:51 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
@@ -8,6 +10,7 @@ pkgbase = miraclecast
arch = armv6h
arch = armv7h
license = GPL
+ depends = git
depends = systemd>=221
depends = python3
depends = glib2
diff --git a/PKGBUILD b/PKGBUILD
index ab095d0dcc38..baaddbaea6de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,14 @@ pkgname=miraclecast
_name=miraclecast
pkgver=221.36be37e
pkgrel=2
-#epoch=
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"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/albfan/miraclecast"
license=('GPL')
-#groups=()
-depends=("systemd>=221" "python3" "glib2")
-#makedepends=()
-#optdepends=("systemd-kdbus" "kdbus") #kdbus-git provides kdbus
+depends=(git "systemd>=221" "python3" "glib2")
provides=("miraclecast")
-#conflicts=()
backup=(etc/dbus-1/system.d/org.freedesktop.miracle.conf)
source=("$_name::git+https://github.com/albfan/miraclecast.git#branch=master")
-# generate with 'makepkg -g'
md5sums=('SKIP')
build() {