summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Bertelli2022-08-10 14:13:56 -0300
committerFilipe Bertelli2022-08-10 14:13:56 -0300
commitce13f49a15ee90812f20eab62c0f9823473f2e48 (patch)
tree5ba03d92e0c70ac0561af773954137ee3cf810ca
parentd65a5a9fcb3b9eadc9d4d3bb409c8997899c89e8 (diff)
downloadaur-ce13f49a15ee90812f20eab62c0f9823473f2e48.tar.gz
Added 'provides' and 'conflicts' arrays.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 113cac70f81c..789249f89027 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,10 @@ pkgbase = openbve-bin
pkgrel = 1
url = https://github.com/leezer3/OpenBVE
arch = x86_64
+ license = custom:public domain
depends = mono
+ provides = openbve
+ conflicts = openbve
source = https://github.com/leezer3/OpenBVE/releases/download/1.8.4.0/OpenBVE-1.8.4.0.deb
sha256sums = 938dd6667bfde61afd2debab54dd2c8d63dc95fcecffba8a5b384efc9a56fbd9
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')