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

Balló György bgyorgy at archlinux.org
Thu Mar 30 12:04:25 UTC 2017


    Date: Thursday, March 30, 2017 @ 12:04:25
  Author: bgyorgy
Revision: 220080

upgpkg: openbve 1.5.0.10-1

Update to new version

Modified:
  openbve/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-30 11:54:31 UTC (rev 220079)
+++ PKGBUILD	2017-03-30 12:04:25 UTC (rev 220080)
@@ -2,7 +2,7 @@
 
 pkgname=openbve
 _pkgname=OpenBVE
-pkgver=1.5.0.9
+pkgver=1.5.0.10
 pkgrel=1
 pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
 arch=('any')
@@ -12,13 +12,13 @@
 source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
         $pkgname.sh
         $pkgname.desktop)
-sha256sums=('3ea9be46a17915ad23aab91013c9c261cb87dd171a0a1e1142ccfcad563c0979'
+sha256sums=('7ed6d13073dc6463d2a0ba278ae06a52926a4e4611206e2fe91b52b8426de2f3'
             'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
             '8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f')
 
 build() {
   cd $_pkgname-$pkgver
-  xbuild /p:Configuration=Release openBVE/OpenBve.sln
+  xbuild /p:Configuration=Release OpenBVE.sln
 }
 
 package() {
@@ -26,7 +26,7 @@
 
   # Binaries
   install -dm755 "$pkgdir/usr/lib/$pkgname/"
-  cp -r openBVE/OpenBve/bin/Release/* "$pkgdir/usr/lib/$pkgname/"
+  cp -r bin_release/* "$pkgdir/usr/lib/$pkgname/"
 
   # Data
   install -dm755 "$pkgdir/usr/share/games/$pkgname/"
@@ -43,6 +43,6 @@
 
   # License
   install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
-  install -m644 CSSCriptLicence.txt OpenTKLicence.txt Readme.md SharpCompressLicence.txt \
+  install -m644 licenses/* Readme.md \
     "$pkgdir/usr/share/licenses/$pkgname/"
 }



More information about the arch-commits mailing list