Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
project-repo committed Dec 4, 2023
1 parent 3ecee65 commit 6f9e374
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ the PKGBUILDs for the [AUR](aur.archlinux.org).
* [ ] `git commit`
* [ ] `git push origin development`
* [ ] `git checkout master`
* [ ] `git pull --tags origin master`
* [ ] `git merge --squash development`
* [ ] `git commit` and insert "Release version"
* [ ] `git tag -u valid_gpg_id release_tag HEAD`
Expand Down
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.1
pkgver = 2.2.2
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.1.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.1/release_2.2.1.tar.gz
sha512sums = 82076b07af4a8f56638bdc872ad7997e308183f3ac1aa3673ee5df7820a36671e3c9d7ee8257cf71cfb4afc011b2701e7d7cb9683c439d023ff1575fb3f1fccf
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

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.1
pkgver=2.2.2
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=('82076b07af4a8f56638bdc872ad7997e308183f3ac1aa3673ee5df7820a36671e3c9d7ee8257cf71cfb4afc011b2701e7d7cb9683c439d023ff1575fb3f1fccf')
sha512sums=('52ff49bfa5f7fffc77ff9efbf544f2a1c97c88d3fc8b0bbe0ffe7cd67b6a3ea3ba6f05951654920a4f41aae9da7a21999ec189b42b69d08b5b6f0595163f124a')
build() {
cd "$pkgname"
meson setup build --buildtype=release -Dman-pages=true -Dxwayland=true
Expand Down
6 changes: 3 additions & 3 deletions cagebreak-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = cagebreak-bin
pkgdesc = Tiling wayland compositor based on cage inspired by ratpoison
pkgver = 2.2.1
pkgver = 2.2.2
pkgrel = 1
url = https://github.com/project-repo/cagebreak
arch = x86_64
Expand All @@ -14,7 +14,7 @@ pkgbase = cagebreak-bin
conflicts = cagebreak
options = !buildflags
options = !strip
source = cagebreak-bin-2.2.1.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.1/release-artefacts_2.2.1.tar.gz
sha512sums = c1270d02eb0b621e026e19165d6a7d2d7bc87f5471ac02d333446d094a871a6876308c60f9c3e68668b021982e8b86a6f664ccf1ac6b71751786bc717b0f2e8b
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

pkgname = cagebreak-bin
6 changes: 3 additions & 3 deletions cagebreak-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Maintainer: project-repo <archlinux-aur@project-repo.co>
pkgname=cagebreak-bin
pkgver=2.2.1
pkgver=2.2.2
pkgrel=1
pkgdesc='Tiling wayland compositor based on cage inspired by ratpoison'
arch=('x86_64')
url='https://github.com/project-repo/cagebreak'
license=('MIT')
depends=('wayland' 'libxkbcommon' 'wlroots<0.17.0' 'pango')
depends=('wayland' 'libxkbcommon' 'wlroots<0.18.0' 'pango')
optdepends=('wl-clipboard: clipboard support'
'xorg-xwayland: x application 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=('c1270d02eb0b621e026e19165d6a7d2d7bc87f5471ac02d333446d094a871a6876308c60f9c3e68668b021982e8b86a6f664ccf1ac6b71751786bc717b0f2e8b')
sha512sums=('2d755c18deba23d39e26d884bba146dbe6df6dafe24358289d2b72dec8703dafe5a87d6ece2d6e5ff630dd7d524d8ec4e5009ba78411e865d54907617b8b4519')
package() {
cd release-artefacts_$pkgver
mkdir -p "$pkgdir/usr/bin/"
Expand Down
6 changes: 3 additions & 3 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.1
pkgver = 2.2.2
pkgrel = 1
url = https://github.com/project-repo/cagebreak
arch = x86_64
Expand All @@ -18,7 +18,7 @@ pkgbase = cagebreak
conflicts = cagebreak-bin
options = !buildflags
options = !strip
source = cagebreak-2.2.1.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.1/release_2.2.1.tar.gz
sha512sums = 82076b07af4a8f56638bdc872ad7997e308183f3ac1aa3673ee5df7820a36671e3c9d7ee8257cf71cfb4afc011b2701e7d7cb9683c439d023ff1575fb3f1fccf
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

pkgname = cagebreak
6 changes: 3 additions & 3 deletions cagebreak/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Maintainer: project-repo <archlinux-aur@project-repo.co>
pkgname=cagebreak
pkgver=2.2.1
pkgver=2.2.2
pkgrel=1
pkgdesc='Tiling wayland compositor based on cage inspired by ratpoison'
arch=('x86_64')
url='https://github.com/project-repo/cagebreak'
license=('MIT')
depends=('wayland' 'libxkbcommon' 'wlroots<0.17.0' 'pango')
depends=('wayland' 'libxkbcommon' 'wlroots<0.18.0' 'pango')
makedepends=('meson' 'ninja' 'scdoc' 'wayland-protocols')
optdepends=('wl-clipboard: clipboard support'
'xorg-xwayland: x application 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=('82076b07af4a8f56638bdc872ad7997e308183f3ac1aa3673ee5df7820a36671e3c9d7ee8257cf71cfb4afc011b2701e7d7cb9683c439d023ff1575fb3f1fccf')
sha512sums=('52ff49bfa5f7fffc77ff9efbf544f2a1c97c88d3fc8b0bbe0ffe7cd67b6a3ea3ba6f05951654920a4f41aae9da7a21999ec189b42b69d08b5b6f0595163f124a')
build() {
meson setup --prefix=/usr --buildtype=release -Dman-pages=true -Dxwayland=true $pkgname build
meson compile -C build
Expand Down

0 comments on commit 6f9e374

Please sign in to comment.