increase version number to avoid confusion with rc-candidates

This commit is contained in:
LW-archlinux 2018-04-22 15:50:22 +02:00
parent e481705dd0
commit 1fa23a4471
3 changed files with 16 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 18.1.0_devel.101343.41ac0b1443
pkgrel = 2
pkgver = 18.2.0_devel.101787.3f1cad48b8
pkgrel = 1
url = http://mesa3d.sourceforge.net
arch = x86_64
license = custom
@ -48,8 +48,10 @@ pkgbase = mesa-git
conflicts = wayland<1.14.93
source = mesa::git://anongit.freedesktop.org/mesa/mesa
source = LICENSE
source = mesa-increase-version-to-18.2.0-devel.patch
sha512sums = SKIP
sha512sums = 25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2
sha512sums = e2942ff4f7f1d326f95cf16095ddb55bbc263ce768768dbbe169e89e632237900516c8848187943edb5679d1ccc5047fb6912a150fe78b5ddf0281d8f9a2bf05
pkgname = mesa-git

View File

@ -12,8 +12,8 @@
pkgbase=mesa-git
pkgname=('mesa-git')
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=18.1.0_devel.101343.41ac0b1443
pkgrel=2
pkgver=18.2.0_devel.101787.3f1cad48b8
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python2-mako' 'llvm-svn' 'libclc' 'clang-svn' 'xorgproto'
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio'
@ -27,12 +27,15 @@ url="http://mesa3d.sourceforge.net"
license=('custom')
source=('mesa::git://anongit.freedesktop.org/mesa/mesa'
'LICENSE'
'mesa-increase-version-to-18.2.0-devel.patch'
)
sha512sums=('SKIP'
'25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2')
'25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2'
'e2942ff4f7f1d326f95cf16095ddb55bbc263ce768768dbbe169e89e632237900516c8848187943edb5679d1ccc5047fb6912a150fe78b5ddf0281d8f9a2bf05')
prepare() {
cd mesa
patch --forward --strip=1 --input='../mesa-increase-version-to-18.2.0-devel.patch'
autoreconf -vfi
}

View File

@ -0,0 +1,6 @@
diff -ura mesa/VERSION mesa-new/VERSION
--- mesa/VERSION 2018-04-22 15:16:14.766313431 +0200
+++ mesa-new/VERSION 2018-04-22 15:17:12.349693390 +0200
@@ -1 +1 @@
-18.1.0-devel
+18.2.0-devel