[arch-commits] Commit in openbve/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed May 27 18:54:08 UTC 2020


    Date: Wednesday, May 27, 2020 @ 18:54:08
  Author: bgyorgy
Revision: 635996

upgpkg: openbve 1.7.1.5-1: Update to new version

Modified:
  openbve/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 18:48:23 UTC (rev 635995)
+++ PKGBUILD	2020-05-27 18:54:08 UTC (rev 635996)
@@ -2,18 +2,18 @@
 
 pkgname=openbve
 _pkgname=OpenBVE
-pkgver=1.7.1.3
-pkgrel=2
+pkgver=1.7.1.5
+pkgrel=1
 pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
 arch=('any')
 url="https://openbve-project.net/"
 license=('MIT' 'custom:public domain')
 depends=('hicolor-icon-theme' 'libxi' 'mono' 'openal')
-makedepends=('nuget')
+makedepends=('mono-msbuild' 'nuget')
 source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
         $pkgname.sh
         $pkgname.appdata.xml)
-sha256sums=('a5abf5bd87738423ed4dcf245694f689f6691018bd1b131cc18120cdf5b020d4'
+sha256sums=('ee3a3348ea1232f907938ff619a857304ca78071dff6a5986eb5b6f503696a36'
             'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
             '1ae1d4bf4dbe0d4e012fafef090d98b4c67ba87bee8981af0b2de11015b57df2')
 
@@ -24,7 +24,7 @@
 
 build() {
   cd $_pkgname-$pkgver
-  xbuild /p:Configuration=Release OpenBVE.sln
+  msbuild /p:Configuration=Release OpenBVE.sln
 }
 
 package() {



More information about the arch-commits mailing list