diff options
author | Jeanbon | 2016-01-12 22:53:42 +0100 |
---|---|---|
committer | Jeanbon | 2016-01-12 22:53:42 +0100 |
commit | b38a5f255cc079b981d6136326b68a18a687fa95 (patch) | |
tree | 5d07f5aa65a4883cd9864b4dd0ec9b5804f2dde5 /PKGBUILD | |
parent | 35847b65ff20b9462e83bc94a7645dcc609afdaf (diff) | |
download | aur-b38a5f255cc079b981d6136326b68a18a687fa95.tar.gz |
Update to the new repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,11 +7,11 @@ url="http://code.google.com/p/ogre-paged" license=('MIT') makedepends=('ogre' 'boost' 'cmake' 'git') provides=('ogre-pagedgeometry') -source=(git+https://github.com/RigsOfRods/PagedGeometry.git) +source=(git+https://github.com/RigsOfRods/ogre-pagedgeometry) sha512sums=('SKIP') build() { - cd $srcdir/PagedGeometry + cd $srcdir/ogre-pagedgeometry # get a clean build dir [[ -d build ]] && rm -rf build @@ -26,7 +26,7 @@ build() { } package() { - install -Dm644 $srcdir/lib/libPagedGeometry.a $pkgdir/usr/lib/libPagedGeometry.a + install -Dm644 $srcdir/ogre-pagedgeometry/lib/libPagedGeometry.a $pkgdir/usr/lib/libPagedGeometry.a mkdir $pkgdir/usr/include - cp -r $srcdir/PagedGeometry/include $pkgdir/usr/include/PagedGeometry + cp -r $srcdir/ogre-pagedgeometry/include $pkgdir/usr/include/PagedGeometry } |