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