summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Guihal2017-11-17 00:53:32 +0100
committerDamien Guihal2017-11-17 00:53:32 +0100
commitb85fc77aff2ed08319dc26b86542ff6ce8a60968 (patch)
tree64d8a945be2671a991add6f97ac3d5d70f5b7170
parent26b148b63dc5fe81ffcd3b765709295d41ba8bf3 (diff)
downloadaur-b85fc77aff2ed08319dc26b86542ff6ce8a60968.tar.gz
Fix pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54a96882cf30..58d7ccaab1d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,6 @@ pkgbase = vdhcoapp
arch = i686
arch = x86_64
license = GPL2
- makedepends = npm
- makedepends = gulp
source = firefox-net.downloadhelper.coapp.json
source = chrome-net.downloadhelper.coapp.json
md5sums = e959d300fbfcf7ff49ce3100a97e18f1
diff --git a/PKGBUILD b/PKGBUILD
index 75556442c752..86964ca0c7a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ arch=('i686' 'x86_64')
url="https://github.com/mi-g/vdhcoapp"
license=('GPL2')
groups=()
-makedepends=('npm' 'gulp')
depends=()
source=("firefox-net.downloadhelper.coapp.json"
"chrome-net.downloadhelper.coapp.json")
@@ -37,7 +36,6 @@ package() {
install chrome-net.downloadhelper.coapp.json -m 0644 ${pkgdir}/etc/chromium/native-messaging-hosts/net.downloadhelper.coapp.json
mkdir -p ${pkgdir}/usr/bin
- mkdir -p ${pkgdir}/usr/share/${pkgname}
cd ${srcdir}/net.downloadhelper.coapp-${pkgver}