aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbfan2018-04-09 21:40:27 +0200
committeralbfan2018-04-09 21:46:59 +0200
commitd755b5a43b435c5bf0f5237478439a6adb2726bf (patch)
treefc3b2af69b25f6c73454f152ada4dd84487c1e93
parent4682771810ebab68b9cb54c5821a137a159d3a4c (diff)
downloadaur-d755b5a43b435c5bf0f5237478439a6adb2726bf.tar.gz
fix git dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fcf56095299..5d320e8f03f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 1 01:16:58 UTC 2017
+# Mon Apr 9 19:46:33 UTC 2018
pkgbase = miraclecast-git
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-git
arch = armv6h
arch = armv7h
license = GPL
- depends = git-core
+ depends = git
depends = systemd>=221
depends = python3
depends = glib2
diff --git a/PKGBUILD b/PKGBUILD
index de0dc7564989..bc4f634ccbaa 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-core "systemd>=221" "python3" "glib2")
+depends=(git "systemd>=221" "python3" "glib2")
provides=("miraclecast-git")
replaces=("miraclecast")
conflicts=("miraclecast")