[arch-commits] Commit in ogre/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Sun Oct 17 08:34:01 UTC 2021
Date: Sunday, October 17, 2021 @ 08:34:01
Author: svenstaro
Revision: 1030647
upgpkg: ogre 13.1.1-1
Modified:
ogre/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-17 03:44:31 UTC (rev 1030646)
+++ PKGBUILD 2021-10-17 08:34:01 UTC (rev 1030647)
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
pkgname=ogre
-pkgver=13.0.1
-pkgrel=2
+pkgver=13.1.1
+pkgrel=1
pkgdesc='Scene-oriented, flexible 3D engine written in C++'
arch=('x86_64')
url='http://www.ogre3d.org'
@@ -9,18 +9,10 @@
depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'sdl2' 'glu' 'pugixml' 'zlib')
makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'ninja' 'cppunit')
install=ogre.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz"
- https://patch-diff.githubusercontent.com/raw/OGRECave/ogre/pull/2221.patch)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz")
optdepends=('python: python bindings')
-sha512sums=('72d8621ab9a9f9ae8561237fdeb23c9887984f2aed1ee72e62199fa7f26c259c75bca88c7f0f3472c0715b6e8295b7d76a96d434100413f7ece6f2db218f6278'
- '0f1251e43b21cf70339cf636bdc3928ad0f47080e05a532fbe6d431213515c8bb24ab48151955455f1820076eca452ccf90bf5ae9720e92ff678133dd97d976d')
+sha512sums=('aa9bde4dc9c40c4ea56ff554c0eb2bd1be596d808f3f3d83a8a7e92e828edbf573a3ff565eb50cba1247cf71007c60f7fd87746cb2059f13c16f4c73b2dccb25')
-prepare() {
- cd ogre-${pkgver}
-
- patch -Np1 -i "$srcdir"/2221.patch
-}
-
build() {
cd ogre-${pkgver}
More information about the arch-commits
mailing list