Skip to content

Commit 07fda78

Browse files
committed
chore: update package version
1 parent 6a0cb0a commit 07fda78

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tsync"
3-
version = "0.1.3"
3+
version = "0.1.5"
44
authors = ["Curstantine <curstantine@proton.me>"]
55
edition = "2024"
66

packaging/aur/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=tsync
2-
pkgver=0.1.3
2+
pkgver=0.1.5
33
pkgrel=1
44
pkgdesc="CLI utility to sync your local music library to another device"
55
arch=('x86_64')
@@ -21,7 +21,7 @@ prepare() {
2121
package() {
2222
cd "$srcdir"
2323
install -Dm755 ./tsync "$pkgdir/usr/bin/tsync"
24-
24+
2525
# install completion scripts
2626
install -Dm644 completions/tsync.bash "$pkgdir/usr/share/bash-completion/completions/tsync"
2727
install -Dm644 completions/_tsync "$pkgdir/usr/share/zsh/site-functions/_tsync"

0 commit comments

Comments
 (0)