summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Spiridonov2018-06-11 10:06:57 +0300
committerPavel Spiridonov2018-06-11 10:06:57 +0300
commit0c7a8066a43c8737a995cab57f46e115d8f02443 (patch)
treefb21660ae6a05c740fc5043d9f72702492d4af0c
parent6dfdc1640525b46b86298bfd254e28005f0bcf2a (diff)
downloadaur-0c7a8066a43c8737a995cab57f46e115d8f02443.tar.gz
minor update & remove conflict with bcnc
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95c122338975..d7fb15d97bcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = bcnc-git
pkgdesc = GRBL CNC command sender, autoleveler and g-code editor
- pkgver = r731.33a3bb8
+ pkgver = r1094.3b38bed
pkgrel = 1
url = https://github.com/vlachoudis/bCNC
arch = any
license = GNU2
makedepends = git
depends = python2-pyserial
- provides = bcnc
- conflicts = bcnc
+ provides = bcnc-git
source = git+https://github.com/vlachoudis/bCNC.git
source = bcnc-git
source = bcnc-git.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 5e960955dee9..f191382ccc22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: h8red <h8red@yandex.ru>
pkgname=bcnc-git
-pkgver=r731.33a3bb8
+pkgver=r1094.3b38bed
pkgrel=1
pkgdesc="GRBL CNC command sender, autoleveler and g-code editor"
arch=('any')
@@ -8,8 +8,7 @@ url="https://github.com/vlachoudis/bCNC"
license=('GNU2')
depends=('python2-pyserial')
makedepends=('git')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("${pkgname%}")
source=("git+https://github.com/vlachoudis/bCNC.git"
"${pkgname}"
"${pkgname}.desktop")