summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrSoup6782018-05-24 08:56:16 +0200
committerMrSoup6782018-05-24 08:56:16 +0200
commitda4a3a6b2ae63b62a1009fd4e3de4fdf1b116d0c (patch)
treefc4819e2679ec4a1f74b24039cf36d45f6a9582a
parent6891cb213f1c071d28a2919c5f15c7f351588c1c (diff)
downloadaur-nodejs-crontab-ui-server.tar.gz
Modified PKGBUILD in order not to make conflict with git version
-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'