diff options
author | Alireza-S.N | 2017-03-19 18:55:35 +0330 |
---|---|---|
committer | Alireza-S.N | 2017-03-19 18:55:35 +0330 |
commit | 7fd33942d60deb3cd8e2f800d996f437597963f0 (patch) | |
tree | a978bd7159a13f2e0a84e9ce7e7e3ff4296228a0 | |
parent | 6073842f2a0f8422d3f376e7f67b2338cce7f2fc (diff) | |
download | aur-7fd33942d60deb3cd8e2f800d996f437597963f0.tar.gz |
github url added
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ pkgbase = nautilus-send-to-bluetooth pkgdesc = Adds 'Send to bluetooth device' to nautilus right-click menu pkgver = 1.0 pkgrel = 2 - url = https://github.com/alireza6677/ + url = https://github.com/alireza6677/nautilus-send-to-bluetooth arch = any license = GPL3 depends = python @@ -3,7 +3,7 @@ pkgver=1.0 pkgrel=2 pkgdesc="Adds 'Send to bluetooth device' to nautilus right-click menu" arch=('any') -url='https://github.com/alireza6677/' +url='https://github.com/alireza6677/nautilus-send-to-bluetooth' license=('GPL3') depends=( 'python' 'nautilus' 'gnome-bluetooth' 'python2-nautilus') provides=("nautilus-send-to-bluetooth") @@ -13,7 +13,7 @@ provides=("nautilus-send-to-bluetooth") package() { cd "${srcdir}/" - pwd + install -d ${pkgdir}/usr/share/nautilus-python/extensions/ cp -a ../SendToBluetooth.py ${pkgdir}/usr/share/nautilus-python/extensions/ |