We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc19fa commit 0803279Copy full SHA for 0803279
PKGBUILD
@@ -1,6 +1,6 @@
1
# Maintainer: Erik "Nuckal777" Schubert <[email protected]>
2
pkgname=nicator
3
-pkgver=0.3.2
+pkgver=0.3.3
4
pkgrel=1
5
pkgdesc="A lightweight encrypting git credential helper"
6
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('Unlicense')
9
depends=('gcc-libs')
10
makedepends=('cargo' 'git')
11
optdepends=('git: the VCS nicator is made for')
12
-source=("$pkgname"::"git+https://github.com/Nuckal777/nicator#tag=v0.3.2")
+source=("$pkgname"::"git+https://github.com/Nuckal777/nicator#tag=v0.3.3")
13
noextract=()
14
md5sums=('SKIP')
15
0 commit comments