summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Meunier2018-12-01 11:17:29 +0100
committerGuillaume Meunier2018-12-01 11:17:29 +0100
commitfade03e3febc5c1952766b468ffa98ab1ecf6207 (patch)
tree3078d5bf4e5550e5b42d161e466f00277cd03bbb /PKGBUILD
parentb95b52c6c33e26309cb52de5e8102dd2ad2a3311 (diff)
downloadaur-fade03e3febc5c1952766b468ffa98ab1ecf6207.tar.gz
replaces -> conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 112352ee654b..826d2aa442aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=(bsf-git bsf-git-docs)
pkgbase=bsf-git
_pkgname=bsf
-pkgver=r4594.92bfc5c51
+pkgver=r4602.b5807447c
pkgrel=1
epoch=
pkgdesc="A C++ library that aims to provide a unified foundation for the development of real-time graphical applications, whether games, engines or tools"
@@ -71,7 +71,7 @@ build() {
package_bsf-git() {
provides=(bsf)
- replaces=(bsf)
+ conflicts=(bsf)
depends=(libutil-linux libx11 icu libxcursor libxrandr libxi libgl openal flac libvorbis snappy freeimage freetype2)
arch=(x86_64)