summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff756f58a6bd..b247637e6233 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url='https://github.com/KeithDHedger/GtkSu'
license=('GPL')
depends=('qt5-base')
makedepends=('git')
-conflicts=('')
-provides=("")
+conflicts=('gksu')
+provides=("gksu ")
source=("$pkgname::git+https://github.com/KeithDHedger/GtkSu.git#branch=master")
md5sums=('SKIP')
@@ -29,4 +29,5 @@ build() {
package() {
cd $pkgname
make DESTDIR="$pkgdir" install
+ ln -s /usr/bin/gtksu /usr/bin/gksu
} \ No newline at end of file