We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc30f8 commit 3b3c4cbCopy full SHA for 3b3c4cb
1 file changed
aur-git/PKGBUILD
@@ -1,6 +1,6 @@
1
# Maintainer: nasedkinpv <nasedkinpv@users.noreply.github.com>
2
pkgname=numr-git
3
-pkgver=0.4.0
+pkgver=0.6.0
4
pkgrel=1
5
pkgdesc="A text calculator for natural language expressions with a vim-style TUI (git version)"
6
arch=('x86_64' 'aarch64')
@@ -9,7 +9,7 @@ license=('MIT')
9
depends=('gcc-libs')
10
makedepends=('cargo' 'git')
11
provides=('numr' 'numr-cli')
12
-conflicts=('numr')
+conflicts=('numr' 'numr-bin')
13
source=("git+https://github.com/nasedkinpv/numr.git")
14
sha256sums=('SKIP')
15
0 commit comments