summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84e89e1087e2..7f09b7315ea0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = nodejs-crontab-ui-server
license = MIT
makedepends = npm
depends = nodejs
+ provides = nodejs-crontab-ui-server
+ conflicts = nodejs-crontab-ui-server-git
pkgname = nodejs-crontab-ui-server
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'