Skip to content

Commit

Permalink
Release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
project-repo committed Dec 5, 2023
1 parent 6f9e374 commit c4c5368
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions cagebreak-arm/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = cagebreak
pkgdesc = Tiling wayland compositor based on cage inspired by ratpoison
pkgver = 2.2.2
pkgver = 2.2.3
pkgrel = 1
url = https://github.com/project-repo/cagebreak
arch = aarch64
Expand All @@ -18,7 +18,7 @@ pkgbase = cagebreak
conflicts = cagebreak-bin
options = !buildflags
options = !strip
source = cagebreak-2.2.2.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.2/release_2.2.2.tar.gz
sha512sums = 52ff49bfa5f7fffc77ff9efbf544f2a1c97c88d3fc8b0bbe0ffe7cd67b6a3ea3ba6f05951654920a4f41aae9da7a21999ec189b42b69d08b5b6f0595163f124a
source = cagebreak-2.2.3.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.3/release_2.2.3.tar.gz
sha512sums = 3f4e32cdd5cb98c1962630d532b445ce0539f157d082afabaaaa9cddcc1b27ff213ecac3bec87b0e848e1782e6ad7e7a551e714a3b3b9f6d14a0497f0d3bb8f8

pkgname = cagebreak
4 changes: 2 additions & 2 deletions cagebreak-arm/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: project-repo <archlinux-aur@project-repo.co>
pkgname=cagebreak
pkgver=2.2.2
pkgver=2.2.3
pkgrel=1
pkgdesc='Tiling wayland compositor based on cage inspired by ratpoison'
arch=('aarch64')
Expand All @@ -13,7 +13,7 @@ optdepends=('wl-clipboard: clipboard support'
options=('!buildflags' '!strip')
conflicts=('cagebreak-bin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/project-repo/cagebreak/releases/download/$pkgver/release_$pkgver.tar.gz")
sha512sums=('52ff49bfa5f7fffc77ff9efbf544f2a1c97c88d3fc8b0bbe0ffe7cd67b6a3ea3ba6f05951654920a4f41aae9da7a21999ec189b42b69d08b5b6f0595163f124a')
sha512sums=('3f4e32cdd5cb98c1962630d532b445ce0539f157d082afabaaaa9cddcc1b27ff213ecac3bec87b0e848e1782e6ad7e7a551e714a3b3b9f6d14a0497f0d3bb8f8')
build() {
cd "$pkgname"
meson setup build --buildtype=release -Dman-pages=true -Dxwayland=true
Expand Down
8 changes: 4 additions & 4 deletions cagebreak-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
pkgbase = cagebreak-bin
pkgdesc = Tiling wayland compositor based on cage inspired by ratpoison
pkgver = 2.2.2
pkgver = 2.2.3
pkgrel = 1
url = https://github.com/project-repo/cagebreak
arch = x86_64
license = MIT
depends = wayland
depends = libxkbcommon
depends = wlroots<0.17.0
depends = wlroots<0.18.0
depends = pango
optdepends = wl-clipboard: clipboard support
optdepends = xorg-xwayland: x application support
conflicts = cagebreak
options = !buildflags
options = !strip
source = cagebreak-bin-2.2.2.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.2/release-artefacts_2.2.2.tar.gz
sha512sums = 2d755c18deba23d39e26d884bba146dbe6df6dafe24358289d2b72dec8703dafe5a87d6ece2d6e5ff630dd7d524d8ec4e5009ba78411e865d54907617b8b4519
source = cagebreak-bin-2.2.3.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.3/release-artefacts_2.2.3.tar.gz
sha512sums = 838bf42b5bc85dc11f7d778bc91f3e8d293da154ec79799afd386c3f31c27714d52e76d71c45cf15f04e2c7672db53a2a0232a38a867857f39575de001145d7d

pkgname = cagebreak-bin
4 changes: 2 additions & 2 deletions cagebreak-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: project-repo <archlinux-aur@project-repo.co>
pkgname=cagebreak-bin
pkgver=2.2.2
pkgver=2.2.3
pkgrel=1
pkgdesc='Tiling wayland compositor based on cage inspired by ratpoison'
arch=('x86_64')
Expand All @@ -12,7 +12,7 @@ optdepends=('wl-clipboard: clipboard support'
source=("$pkgname-$pkgver.tar.gz::https://github.com/project-repo/cagebreak/releases/download/$pkgver/release-artefacts_$pkgver.tar.gz")
options=('!buildflags' '!strip')
conflicts=('cagebreak')
sha512sums=('2d755c18deba23d39e26d884bba146dbe6df6dafe24358289d2b72dec8703dafe5a87d6ece2d6e5ff630dd7d524d8ec4e5009ba78411e865d54907617b8b4519')
sha512sums=('838bf42b5bc85dc11f7d778bc91f3e8d293da154ec79799afd386c3f31c27714d52e76d71c45cf15f04e2c7672db53a2a0232a38a867857f39575de001145d7d')
package() {
cd release-artefacts_$pkgver
mkdir -p "$pkgdir/usr/bin/"
Expand Down
8 changes: 4 additions & 4 deletions cagebreak/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = cagebreak
pkgdesc = Tiling wayland compositor based on cage inspired by ratpoison
pkgver = 2.2.2
pkgver = 2.2.3
pkgrel = 1
url = https://github.com/project-repo/cagebreak
arch = x86_64
Expand All @@ -11,14 +11,14 @@ pkgbase = cagebreak
makedepends = wayland-protocols
depends = wayland
depends = libxkbcommon
depends = wlroots<0.17.0
depends = wlroots<0.18.0
depends = pango
optdepends = wl-clipboard: clipboard support
optdepends = xorg-xwayland: x application support
conflicts = cagebreak-bin
options = !buildflags
options = !strip
source = cagebreak-2.2.2.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.2/release_2.2.2.tar.gz
sha512sums = 52ff49bfa5f7fffc77ff9efbf544f2a1c97c88d3fc8b0bbe0ffe7cd67b6a3ea3ba6f05951654920a4f41aae9da7a21999ec189b42b69d08b5b6f0595163f124a
source = cagebreak-2.2.3.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.3/release_2.2.3.tar.gz
sha512sums = 3f4e32cdd5cb98c1962630d532b445ce0539f157d082afabaaaa9cddcc1b27ff213ecac3bec87b0e848e1782e6ad7e7a551e714a3b3b9f6d14a0497f0d3bb8f8

pkgname = cagebreak
4 changes: 2 additions & 2 deletions cagebreak/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: project-repo <archlinux-aur@project-repo.co>
pkgname=cagebreak
pkgver=2.2.2
pkgver=2.2.3
pkgrel=1
pkgdesc='Tiling wayland compositor based on cage inspired by ratpoison'
arch=('x86_64')
Expand All @@ -13,7 +13,7 @@ optdepends=('wl-clipboard: clipboard support'
options=('!buildflags' '!strip')
conflicts=('cagebreak-bin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/project-repo/cagebreak/releases/download/$pkgver/release_$pkgver.tar.gz")
sha512sums=('52ff49bfa5f7fffc77ff9efbf544f2a1c97c88d3fc8b0bbe0ffe7cd67b6a3ea3ba6f05951654920a4f41aae9da7a21999ec189b42b69d08b5b6f0595163f124a')
sha512sums=('3f4e32cdd5cb98c1962630d532b445ce0539f157d082afabaaaa9cddcc1b27ff213ecac3bec87b0e848e1782e6ad7e7a551e714a3b3b9f6d14a0497f0d3bb8f8')
build() {
meson setup --prefix=/usr --buildtype=release -Dman-pages=true -Dxwayland=true $pkgname build
meson compile -C build
Expand Down

0 comments on commit c4c5368

Please sign in to comment.