version in master has been increased upstream, removed patch

This commit is contained in:
LW-archlinux 2018-04-22 23:39:09 +02:00
parent 1fa23a4471
commit 7276034262
3 changed files with 3 additions and 13 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 18.2.0_devel.101787.3f1cad48b8
pkgver = 18.2.0_devel.101789.a8420e2530
pkgrel = 1
url = http://mesa3d.sourceforge.net
arch = x86_64
@ -48,10 +48,8 @@ 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,7 +12,7 @@
pkgbase=mesa-git
pkgname=('mesa-git')
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=18.2.0_devel.101787.3f1cad48b8
pkgver=18.2.0_devel.101789.a8420e2530
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python2-mako' 'llvm-svn' 'libclc' 'clang-svn' 'xorgproto'
@ -27,15 +27,13 @@ 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'
'e2942ff4f7f1d326f95cf16095ddb55bbc263ce768768dbbe169e89e632237900516c8848187943edb5679d1ccc5047fb6912a150fe78b5ddf0281d8f9a2bf05')
)
prepare() {
cd mesa
patch --forward --strip=1 --input='../mesa-increase-version-to-18.2.0-devel.patch'
autoreconf -vfi
}

View File

@ -1,6 +0,0 @@
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