diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-07-04 15:26:44 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-07-04 15:26:44 -0500 |
commit | 6ecb10333877aa817912cd91f82473f096ec7b01 (patch) | |
tree | 61b91b68be07e226f26e344f45ff133bac8f3c30 /libre/ogre | |
parent | 8d91242d7ff4f4d05043ef515562064692aa4488 (diff) | |
download | abslibre-6ecb10333877aa817912cd91f82473f096ec7b01.tar.gz abslibre-6ecb10333877aa817912cd91f82473f096ec7b01.tar.bz2 abslibre-6ecb10333877aa817912cd91f82473f096ec7b01.zip |
ogre: minor fix
Diffstat (limited to 'libre/ogre')
-rw-r--r-- | libre/ogre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/ogre/PKGBUILD b/libre/ogre/PKGBUILD index 2ad28251b..cde69dc11 100644 --- a/libre/ogre/PKGBUILD +++ b/libre/ogre/PKGBUILD @@ -13,7 +13,7 @@ license=('custom:MIT') depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 'zziplib' 'sdl2' 'glu' 'tinyxml') makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'mercurial' 'python' 'swig') -mksource=(ogre-$pkgver::hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}) +mksource=(ogre::hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}) source=(https://repo.parabola.nu/other/$pkgbase-libre/$pkgbase-libre-$pkgver.tar.xz libre.patch) mksha512sums=('SKIP') |