Skip to content

Commit

Permalink
Version bump to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Mar 29, 2024
1 parent 6bd8cb1 commit b5ada8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions arch-packages/client/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=clipboard-sync-client
pkgver=0.13
pkgrel=1
pkgver=0.14
pkgrel=2
pkgdesc="Client for clipboard-sync-manager project"
arch=('x86_64')
url="http://github.com/mweichert/clipboard-sync-manager"
Expand All @@ -14,6 +14,6 @@ install=clipboard-sync-client.install
package() {
cd "$srcdir"
install -d "$pkgdir/opt/clipboard-sync-client"
cp -a clipboard-sync-client/* "$pkgdir/opt/clipboard-sync-client"
cp -a dist/clipboard-sync-client/* "$pkgdir/opt/clipboard-sync-client"
install --Dm644 clipboard-sync-service "$pkgdir/etc/systemd/system/clipboard-sync-client.service"
}
6 changes: 3 additions & 3 deletions arch-packages/server/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=clipboard-sync-server
pkgver=0.12
pkgrel=0
pkgver=0.13
pkgrel=1
pkgdesc="Server for clipboard-sync-manager project"
arch=('x86_64')
url="http://github.com/mweichert/clipboard-sync-manager"
Expand All @@ -14,6 +14,6 @@ install=clipboard-sync-server.install
package() {
cd "$srcdir"
install -d "$pkgdir/opt/clipboard-sync-server"
cp -a clipboard-sync-server/* "$pkgdir/opt/clipboard-sync-server"
cp -a dist/clipboard-sync-server/* "$pkgdir/opt/clipboard-sync-server"
install --Dm644 clipboard-sync-service "$pkgdir/etc/systemd/system/clipboard-sync-server.service"
}

0 comments on commit b5ada8d

Please sign in to comment.