Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
wlr-randr
Commits:
07c529ce by Robin Candau at 2024-04-22T13:12:54+02:00
upgpkg: 0.4.1-4: Udpate URL + add .nvchecker.toml
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = wlr-randr
pkgdesc = Utility to manage outputs of a Wayland compositor
pkgver = 0.4.1
- pkgrel = 3
- url = https://sr.ht/~emersion/wlr-randr
+ pkgrel = 4
+ url = https://git.sr.ht/~emersion/wlr-randr
arch = x86_64
license = MIT
makedepends = meson
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[wlr-randr]
+source = "git"
+git = "https://git.sr.ht/~emersion/wlr-randr"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
=====================================
PKGBUILD
=====================================
@@ -6,15 +6,14 @@
pkgname=wlr-randr
pkgver=0.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="Utility to manage outputs of a Wayland compositor"
-url='https://sr.ht/~emersion/wlr-randr'
-_source_url='https://git.sr.ht/~emersion/wlr-randr'
+url='https://git.sr.ht/~emersion/wlr-randr'
arch=('x86_64')
license=('MIT')
depends=('wayland' 'glibc')
makedepends=('meson')
-source=("${pkgname}-${pkgver}.tar.gz::${_source_url}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('8af085aeed3132f7442a05bafeadfd0ea30e9a4818af1a91e161f7d560f2cd93')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wlr-randr/-/commit/07c529cec8a88dd13a32fbfa421adae2b8e87e0b
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wlr-randr/-/commit/07c529cec8a88dd13a32fbfa421adae2b8e87e0b
You're receiving this email because of your account on gitlab.archlinux.org.