Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
chore: bump to 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland committed Sep 7, 2021
1 parent 325f185 commit ebd95a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Maintainer: Jonas Strasel <[email protected]>

pkgname="swaysome"
pkgver=1.0.64
pkgver=1.1.0
pkgrel=0
pkgdesc="This binary helps you configure sway to work a bit more like Awesome. This currently means workspaces that are name-spaced on a per-screen basis."
arch=("x86_64" "aarch64")
url="https://git.hya.sk/skia/$pkgname"
license=("none")
makedepends=("rust" "cargo" "git")
_commit="60fdf90d4d4ab075b4eb4121c09ea9ef855df109"
source=("$pkgname-$pkgver.tar.gz::$url/archive/$_commit.tar.gz")
sha256sums=('2538fe7783219a692fd7b9449f8482f53697988e4859e1962545bae9f353d904')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('20b9ced1440cd604444a7e89ee1568847e7a075312398777b35374564fce7b38')

build() {
cd "$srcdir/$pkgname"
cargo build --release --locked
}

package() {
install -D -m755 "$srcdir/$pkgname/target/release/$pkgname" "$pkgdir/usr/bin/sworkstyle"
# install -D -m644 "$srcdir/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -D -m755 "$srcdir/$pkgname/target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
install -D -m644 "$srcdir/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

0 comments on commit ebd95a7

Please sign in to comment.