mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
glfw2: fixed conflict line
This commit is contained in:
parent
e87de27812
commit
942c5d54c0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=glfw2
|
pkgname=glfw2
|
||||||
pkgver=2.7.9
|
pkgver=2.7.9
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="A free, open source, portable framework for OpenGL application development (LEGACY 2.x)"
|
pkgdesc="A free, open source, portable framework for OpenGL application development (LEGACY 2.x)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.glfw.org/"
|
url="http://www.glfw.org/"
|
||||||
@ -10,10 +10,8 @@ license=('custom:ZLIB')
|
|||||||
depends=('libgl' 'libxrandr' 'glu')
|
depends=('libgl' 'libxrandr' 'glu')
|
||||||
makedepends=('mesa')
|
makedepends=('mesa')
|
||||||
conflicts=('glfw')
|
conflicts=('glfw')
|
||||||
provides=('glfw')
|
source=("http://sourceforge.net/projects/glfw/files/glfw/$pkgver/glfw-$pkgver.tar.gz")
|
||||||
replaces=('glfw')
|
sha256sums=('b7276dcadc85a07077834d1043f11ffd6a3a379647bb94361b4abc3ffca75e7d')
|
||||||
source=("http://switch.dl.sourceforge.net/sourceforge/glfw/glfw-$pkgver.tar.bz2")
|
|
||||||
md5sums=('96e12be48801984f0f0c23e38549b277')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/glfw-$pkgver"
|
cd "$srcdir/glfw-$pkgver"
|
||||||
|
Loading…
Reference in New Issue
Block a user