summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntheit2022-08-17 18:04:14 -0500
committersyntheit2022-08-17 18:04:14 -0500
commitc263240e6bdf9c3d582c0ca7b5b9f09d79b38349 (patch)
tree6de53b59ffbd49d0bdbec5417cda6d8ce756ae9d
parentc55e13c1f7fa4c568a944e3aecf56ad96d22015c (diff)
downloadaur-c263240e6bdf9c3d582c0ca7b5b9f09d79b38349.tar.gz
Updated maintainer
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b3ae15a7fe8..0407ebbc0eec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
+# Maintainer: syntheit <daniel@matv.io>
+
pkgname=ogre-pagedgeometry-git
-pkgver=1.1.3
+pkgver=1.2.0
pkgrel=5
pkgdesc="Paged Geometry plugin for OGRE for fast rendering of trees and grass."
arch=('i686' 'x86_64')
-url="http://code.google.com/p/ogre-paged"
-license=('MIT')
+url="https://github.com/RigsOfRods/ogre-pagedgeometry"
+license=('custom')
makedepends=('ogre' 'boost' 'cmake' 'git')
provides=('ogre-pagedgeometry')
source=(git+https://github.com/RigsOfRods/ogre-pagedgeometry)