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