Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
autotiling-rs
Commits:
da4f16b6 by Frederik Schwan at 2025-11-01T11:45:05+01:00
upgpkg: 0.1.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = autotiling-rs
pkgdesc = Automatically alternates container layouts between horizontal
and vertical
- pkgver = 0.1.5
+ pkgver = 0.1.6
pkgrel = 1
url = https://github.com/ammgws/autotiling-rs
arch = x86_64
license = MIT
makedepends = rust
- source =
https://github.com/ammgws/autotiling-rs/archive/v0.1.5/autotiling-rs-0.1.5.tar.gz
- b2sums =
105b09a30fe206b74f271166b892e257f6b8276655629795e8b2df9827d49b8fc1f55ae6cdad8d7091ade22992ad58c3bf3fa89d09f91bc349bd1ee7044d7c4e
+ source =
https://github.com/ammgws/autotiling-rs/archive/v0.1.6/autotiling-rs-0.1.6.tar.gz
+ b2sums =
6bb14bb18be739ad46bfff94eda8ed17d063231c1755333c63e53df109f89fe2f81651b3552c4de51c277242f205e4e27c9c29ccc671451431b5c85c4c4d8734
pkgname = autotiling-rs
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Frederik Schwan <freswa at archlinux dot org>
pkgname=autotiling-rs
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
pkgdesc='Automatically alternates container layouts between horizontal and
vertical'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/ammgws/autotiling-rs'
license=('MIT')
makedepends=('rust')
source=("https://github.com/ammgws/autotiling-rs/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('105b09a30fe206b74f271166b892e257f6b8276655629795e8b2df9827d49b8fc1f55ae6cdad8d7091ade22992ad58c3bf3fa89d09f91bc349bd1ee7044d7c4e')
+b2sums=('6bb14bb18be739ad46bfff94eda8ed17d063231c1755333c63e53df109f89fe2f81651b3552c4de51c277242f205e4e27c9c29ccc671451431b5c85c4c4d8734')
prepare() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/autotiling-rs/-/commit/da4f16b60ebb2d42b6d79626a31ff5bc1daff5a4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/autotiling-rs/-/commit/da4f16b60ebb2d42b6d79626a31ff5bc1daff5a4
You're receiving this email because of your account on gitlab.archlinux.org.