summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Meunier2018-12-01 11:17:29 +0100
committerGuillaume Meunier2018-12-01 11:17:29 +0100
commitfade03e3febc5c1952766b468ffa98ab1ecf6207 (patch)
tree3078d5bf4e5550e5b42d161e466f00277cd03bbb
parentb95b52c6c33e26309cb52de5e8102dd2ad2a3311 (diff)
downloadaur-fade03e3febc5c1952766b468ffa98ab1ecf6207.tar.gz
replaces -> conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d383fab739f..5ebacc3ef608 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bsf-git
pkgdesc = A C++ library that aims to provide a unified foundation for the development of real-time graphical applications, whether games, engines or tools
- pkgver = r4594.92bfc5c51
+ pkgver = r4602.b5807447c
pkgrel = 1
url = https://www.bsframework.io/
arch = x86_64
@@ -36,7 +36,7 @@ pkgname = bsf-git
depends = freeimage
depends = freetype2
provides = bsf
- replaces = bsf
+ conflicts = bsf
pkgname = bsf-git-docs
arch = any
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)