summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fd35d3879cb..45891fffdfe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ arch=("any")
license=("MIT")
depends=("nodejs")
makedepends=("npm")
+provides=("nodejs-crontab-ui-server")
+conflicts=("nodejs-crontab-ui-server-git")
#pkgver() {
# cd "$pkgname"
# git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'