1
0
Fork 0

Temporary fix for versioning

This commit is contained in:
Térence Clastres 2019-03-23 17:14:08 +01:00
parent 4d489b0648
commit b3d377d62d
2 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches
pkgver = 3.32.0+21+g2a7058b83
pkgver = 3.32.0+22+g05e55cee2
pkgrel = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
@ -34,7 +34,7 @@ pkgbase = gnome-shell-performance
optdepends = gnome-control-center: System settings
optdepends = evolution-data-server: Evolution calendar integration
provides = gnome-shell
provides = gnome-shell=3.32.0+21+g2a7058b83
provides = gnome-shell=3.32.0+22+g05e55cee2
conflicts = gnome-shell
source = gnome-shell-performance::git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=05e55cee23d65206f3c3f2d12f4a4d659061651f
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git

View file

@ -4,7 +4,7 @@
# Contributor: Flamelab <panosfilip@gmail.com
pkgname=gnome-shell-performance
pkgver=3.32.0+20+g05e55cee2
pkgver=3.32.0+22+g05e55cee2
pkgrel=1
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
@ -31,7 +31,9 @@ sha256sums=('SKIP'
'939e81f682ebafd60e86d444e49dbab277fba0f00420466b5ff783568b7dc931')
pkgver() {
cd $pkgname
git describe --tags | sed 's/-/+/g'
_manual_bump=22 # horrible temporary workaround to account new versioning
git describe --tags | sed "s/-/+/g;s/20/$_manual_bump/"
}
prepare() {