summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorslawomir2017-12-07 18:38:52 +0100
committerslawomir2017-12-07 18:38:52 +0100
commit92053ccdc002e6149d1579d4b56e1509b5d48cb4 (patch)
tree6915f586ab0a251622acdb889080221ef6903412
parent591e57593162a70b4ae58067425f067a44b2e2a4 (diff)
downloadaur-92053ccdc002e6149d1579d4b56e1509b5d48cb4.tar.gz
Figured that node puts submodule in separate dir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b87256cb2a91..de4b6102f9e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,11 @@ pkgbase = nodejs-crontab-ui-server
pkgdesc = Easy management of crontab file - server component
pkgver = 0.3.3
pkgrel = 1
+ url = https://github.com/alseambusher/crontab-ui
arch = any
license = MIT
makedepends = npm
depends = nodejs
- provides = nodejs-express nodejs-ejs nodejs-nedb nodejs-body-parser nodejs-mine-types nodejs-cron-parser nodejs-connect-busboy nodejs-moment nodejs-nodemailer
pkgname = nodejs-crontab-ui-server
diff --git a/PKGBUILD b/PKGBUILD
index a2e39de76b3d..bf177545f9fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@ pkgname=nodejs-crontab-ui-server
pkgver=0.3.3
pkgrel=1
pkgdesc="Easy management of crontab file - server component"
+url="https://github.com/alseambusher/crontab-ui"
arch=("any")
license=("MIT")
depends=("nodejs")