summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab78af0e4779..6eb0d0fd587a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dt-cli
pkgdesc = Syncing dotfiles and more
pkgver = 0.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/blurgyy/dt
arch = any
license = MIT OR Apache 2.0
diff --git a/PKGBUILD b/PKGBUILD
index b307af7421a8..5dc2c58f64c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaoyang Zhang <gy@blurgy.xyz>
pkgname=dt-cli
pkgver=0.2.1
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="Syncing dotfiles and more"
arch=("any")
@@ -35,6 +35,7 @@ build() {
check() {
cd "dt-$pkgver"
cargo test --bin=dt-cli --lib=dt-core --all-features --locked
+ cargo test --doc --all-features --locked
}
package() {