aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralbfan2016-08-22 03:55:53 +0200
committeralbfan2016-08-22 03:55:53 +0200
commit41d80cb2e9836f460d09cde5aa581d812e9612c3 (patch)
tree95e979f27331571b01e13162a40aa75daeb85427 /PKGBUILD
parent99a79f7e110eec22b960d7b2270303df74c46feb (diff)
downloadaur-41d80cb2e9836f460d09cde5aa581d812e9612c3.tar.gz
Install dbus policy from project makefile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0bdceb4c44f..f047b919ed9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alberto Fanjul <albertofanjul@gmail.com>
pkgname=miraclecast
_name=miraclecast
-pkgver=201.3f2266e
+pkgver=14.99a79f7
pkgrel=1
#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"
@@ -15,11 +15,9 @@ depends=("systemd>=221")
provides=("miraclecast")
#conflicts=()
backup=(etc/dbus-1/system.d/org.freedesktop.miracle.conf)
-source=("$_name::git+https://github.com/albfan/miraclecast.git#branch=master"
- org.freedesktop.miracle.conf)
+source=("$_name::git+https://github.com/albfan/miraclecast.git#branch=master")
# generate with 'makepkg -g'
-md5sums=('SKIP'
- '43a45ea562bc1647b23533fdbc3915a9')
+md5sums=('SKIP')
build() {
cd "$srcdir/$_name"
@@ -36,7 +34,6 @@ check() {
package() {
cd "$srcdir/$_name"
make DESTDIR="$pkgdir/" install
- install -Dm644 "$srcdir/../org.freedesktop.miracle.conf" "$pkgdir/etc/dbus-1/system.d/org.freedesktop.miracle.conf"
}
pkgver() {