summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Bertelli2022-08-10 14:13:56 -0300
committerFilipe Bertelli2022-08-10 14:13:56 -0300
commitce13f49a15ee90812f20eab62c0f9823473f2e48 (patch)
tree5ba03d92e0c70ac0561af773954137ee3cf810ca /PKGBUILD
parentd65a5a9fcb3b9eadc9d4d3bb409c8997899c89e8 (diff)
downloadaur-ce13f49a15ee90812f20eab62c0f9823473f2e48.tar.gz
Added 'provides' and 'conflicts' arrays.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 684909741a63..eb925d4cbdf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,10 @@ pkgrel=1
pkgdesc="Realistic 3D train/railway simulator"
arch=('x86_64')
url="https://github.com/leezer3/OpenBVE"
-license=()
+license=('custom:public domain')
depends=('mono')
+provides=('openbve')
+conflicts=('openbve')
source=("https://github.com/leezer3/OpenBVE/releases/download/${pkgver}/OpenBVE-${pkgver}.deb")
sha256sums=('938dd6667bfde61afd2debab54dd2c8d63dc95fcecffba8a5b384efc9a56fbd9')