summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fe7478d6c5e..c7cf19f653c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: MrSoup678 <slawekwaga@gmail.com>
-pkgname=nodejs-crontab-ui-server
+pkgname=nodejs-crontab-ui-server-git
pkgver=0.3.4
pkgrel=1
pkgdesc="Easy management of crontab file - server component"
@@ -9,6 +9,8 @@ arch=("any")
license=("MIT")
depends=("nodejs")
makedepends=("npm")
+provides=("nodejs-crontab-ui-server")
+conflicts=("nodejs-crontab-ui-server")
pkgver() {
cd "$pkgname"
git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'