summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Fuchs2016-07-27 14:07:03 +0200
committerDominik Fuchs2016-07-27 14:07:03 +0200
commit1e3896f79b6b1fea934e64313c8d9b0361a0cb2b (patch)
tree58998e7fb218c334068f96939d2da8318fa9a72c
parent968994202385f0f9ece6ba7038bd0e275b32a2ea (diff)
downloadaur-1e3896f79b6b1fea934e64313c8d9b0361a0cb2b.tar.gz
Added symlink to replace gksu and package conflict/provide for gksu
-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