mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 12:25:38 +02:00
meson+PGBUILD: bump version after 1.0.2 release
This commit is contained in:
parent
7b6933265d
commit
99e03f2ebd
3 changed files with 3 additions and 3 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=f00bar
|
pkgname=f00bar
|
||||||
pkgver=1.0.2
|
pkgver=1.0.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
|
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=f00bar-wayland
|
pkgname=f00bar-wayland
|
||||||
pkgver=1.0.2
|
pkgver=1.0.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Simplistic and highly configurable status panel for Wayland"
|
pkgdesc="Simplistic and highly configurable status panel for Wayland"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('f00bar', 'c',
|
project('f00bar', 'c',
|
||||||
version: '1.0.2',
|
version: '1.0.3',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.48.0',
|
meson_version: '>=0.48.0',
|
||||||
default_options: ['c_std=c11', 'warning_level=1', 'werror=true'])
|
default_options: ['c_std=c11', 'warning_level=1', 'werror=true'])
|
||||||
|
|
Loading…
Add table
Reference in a new issue