mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
PKGBUILD: set version
This commit is contained in:
parent
596c52fd9d
commit
20f065d1ca
2 changed files with 8 additions and 8 deletions
8
PKGBUILD
8
PKGBUILD
|
@ -1,5 +1,5 @@
|
|||
pkgname=f00bar
|
||||
pkgver=0.9.0.r203.g22989d6
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
|
||||
arch=('x86_64')
|
||||
|
@ -18,9 +18,9 @@ depends=(
|
|||
optdepends=('xcb-util-errors: better X error messages')
|
||||
source=()
|
||||
|
||||
pkgver() {
|
||||
git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
||||
}
|
||||
# pkgver() {
|
||||
# git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
||||
# }
|
||||
|
||||
build() {
|
||||
meson --buildtype=minsize --prefix=/usr -Dbackend-x11=enabled -Dbackend-wayland=enabled ../
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=f00bar-wayland
|
||||
pkgver=0.9.0.r203.g22989d6
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simplistic and highly configurable status panel for Wayland"
|
||||
arch=('x86_64')
|
||||
|
@ -18,9 +18,9 @@ depends=(
|
|||
'libmpdclient')
|
||||
source=()
|
||||
|
||||
pkgver() {
|
||||
git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
||||
}
|
||||
# pkgver() {
|
||||
# git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
||||
# }
|
||||
|
||||
build() {
|
||||
meson --buildtype=minsize --prefix=/usr -Dbackend-x11=disabled -Dbackend-wayland=enabled ../
|
||||
|
|
Loading…
Add table
Reference in a new issue