[arch-commits] Commit in ogre/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri Mar 16 07:02:56 UTC 2018
Date: Friday, March 16, 2018 @ 07:02:55
Author: svenstaro
Revision: 308777
upgpkg: ogre 1.10.11-4
Fix site-packages path
Modified:
ogre/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-16 07:00:24 UTC (rev 308776)
+++ PKGBUILD 2018-03-16 07:02:55 UTC (rev 308777)
@@ -3,7 +3,7 @@
pkgbase=ogre
pkgname=('ogre' 'ogre-docs')
pkgver=1.10.11
-pkgrel=3
+pkgrel=4
pkgdesc='Scene-oriented, flexible 3D engine written in C++'
arch=('x86_64')
url='http://www.ogre3d.org'
@@ -15,6 +15,12 @@
source=("https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz")
sha512sums=('2dfedd6f0a0de1a8c687c001439138b233200ca11e5c9940debf43d8a0380ca6472e0b5f4d599f0e22ca2049d0a5d34066ef41b6bc4912130694fa5d851fc900')
+prepare() {
+ cd ogre-${pkgver}
+
+ sed -i "s/dist-packages/site-packages/" Components/Python/CMakeLists.txt
+}
+
build() {
cd ogre-${pkgver}
More information about the arch-commits
mailing list