summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Herlemont (bot)2020-08-15 08:34:51 +0000
committerVincent Herlemont (bot)2020-08-15 08:34:51 +0000
commita86457d57b19a43a120f2ca98b24a7e9cc4a83ef (patch)
tree3de81a09579741cc3855669ff957ee34f3263c4c
parent74de8bf77f489052f52c4afb4496552763c8b0b0 (diff)
downloadaur-a86457d57b19a43a120f2ca98b24a7e9cc4a83ef.tar.gz
release v0.3.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1134663a3df0..6e44282abc5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = short-git
- pkgdesc = A concise cli launcher / project manager using env files
- pkgver = 0.3.3.r0.g68325f5
+ pkgdesc = Concise cli launcher / project manager using env files
+ pkgver = 0.3.4.r0.gfc58ea5
pkgrel = 1
url = https://github.com/vincent-herlemont/short
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7581fb544bf8..c11e694e0721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,5 @@
-# Maintainer: Vincent Herlemont <vincentherl@leszeros.com>
pkgname=short-git
-pkgver=0.3.3.r0.g68325f5
+pkgver=0.3.4.r0.gfc58ea5
pkgrel=1
pkgdesc="Concise cli launcher / project manager using env files"
source=("${pkgname}::git+https://github.com/vincent-herlemont/short.git")
@@ -18,7 +17,7 @@ pkgver() {
build() {
cd ${pkgname};
- cargo build --release --locked --features disabled_check_new_version
+ cargo build --release --locked --no-default-features
}
package() {
@@ -32,4 +31,4 @@ package() {
install -m 644 LICENSE-MIT \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-}
+} \ No newline at end of file