summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Fuchs2016-07-27 13:55:55 +0200
committerDominik Fuchs2016-07-27 13:55:55 +0200
commitaaf65ae3ffb2890e3be4d3b878f2fcca8b9f9c68 (patch)
tree41d8055af1b5a03d1e23db31d597e6e8695cc5b0
parent97adc2751b5994b375a01adeb7cd23e07e067633 (diff)
downloadaur-aaf65ae3ffb2890e3be4d3b878f2fcca8b9f9c68.tar.gz
Some small fixes
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 527a948a2729..f4d4cafa14e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url='https://github.com/KeithDHedger/GtkSu'
license=('GPL')
depends=('qt5-base')
makedepends=('git')
-conflicts=('qgmailnotifier')
-provides=("qgmailnotifier")
+conflicts=('')
+provides=("")
source=("$pkgname::git+https://github.com/KeithDHedger/GtkSu.git#branch=master")
md5sums=('SKIP')
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd $pkgname
- ./configure --enable-qt5
+ ./configure --enable-qt5 --prefix=/usr
make || return 1
}