summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2021-06-01 02:12:27 +0000
committerkhai96_2021-06-01 02:12:27 +0000
commitd5b002cce88814bb2c5786ddd2e2f6a4e649ef14 (patch)
treebf45b751d0392eef0216bfbb5d40e1ac88927f09
parent6fc01d3de2909cede61862e52314212b87b781f7 (diff)
downloadaur-d5b002cce88814bb2c5786ddd2e2f6a4e649ef14.tar.gz
0.3.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a25d43cdb6d6..78b8e2811ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = build-fs-tree
pkgdesc = Create a filesystem tree from YAML
- pkgver = 0.2.6
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/KSXGitHub/build-fs-tree
arch = x86_64
license = MIT
makedepends = cargo
- source = build-fs-tree-0.2.6.tar.gz::https://github.com/KSXGitHub/build-fs-tree/archive/0.2.6.tar.gz
+ source = build-fs-tree-0.3.0.tar.gz::https://github.com/KSXGitHub/build-fs-tree/archive/0.3.0.tar.gz
sha1sums = SKIP
pkgname = build-fs-tree
-
diff --git a/PKGBUILD b/PKGBUILD
index ac8e23e6467d..dabffc78f816 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# This file is automatically generated. Do not edit.
pkgname=build-fs-tree
-pkgver=0.2.6
-source=(build-fs-tree-0.2.6.tar.gz::https://github.com/KSXGitHub/build-fs-tree/archive/0.2.6.tar.gz)
+pkgver=0.3.0
+source=(build-fs-tree-0.3.0.tar.gz::https://github.com/KSXGitHub/build-fs-tree/archive/0.3.0.tar.gz)
sha1sums=(SKIP)
# This PKGBUILD is not a full PKGBUILD
# pkgname, pkgver, source, and sha1sums are to be generated
@@ -17,7 +17,7 @@ makedepends=(cargo)
build() {
cd "$srcdir/build-fs-tree-$pkgver"
- cargo build --release --locked --bin build-fs-tree
+ cargo build --release --locked --bin=build-fs-tree --features=cli
}
package() {