aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbfan2016-08-26 07:48:52 +0200
committeralbfan2016-08-26 07:49:57 +0200
commit1f548b27c558d1189304599d0184d133ee91c532 (patch)
tree14d7c0386bbbe5699cf4211005e8d26da336f994
parentb6b079e9031c15d29aa7501af566ed683f2c9a9e (diff)
downloadaur-1f548b27c558d1189304599d0184d133ee91c532.tar.gz
Correct install paths
Install on /usr Add dbus policy to /etc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cdefe7eb101..c58ab8082160 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 22 01:58:58 UTC 2016
+# Fri Aug 26 05:49:45 UTC 2016
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 = 220.2825270
+ pkgver = 221.36be37e
pkgrel = 1
url = https://github.com/albfan/miraclecast
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 19022c9b7656..24cd455f0c2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alberto Fanjul <albertofanjul@gmail.com>
pkgname=miraclecast
_name=miraclecast
-pkgver=220.2825270
+pkgver=221.36be37e
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"
@@ -21,8 +21,8 @@ md5sums=('SKIP')
build() {
cd "$srcdir/$_name"
- ./autogen.sh --prefix=/usr
- ./configure
+ ./autogen.sh
+ ./configure --prefix=/usr --sysconfdir=/etc
make
}