diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-07-21 21:02:12 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-07-21 21:02:12 -0300 |
commit | 7b6d1587800ed26a99a3f99b5a9d06c684e65ed0 (patch) | |
tree | b4142be7159c43b39a06075ee4851b99ef4bad60 | |
parent | 63893e2e5d8cfaad75e8bca230115b61c6696a16 (diff) | |
download | abslibre-7b6d1587800ed26a99a3f99b5a9d06c684e65ed0.tar.gz abslibre-7b6d1587800ed26a99a3f99b5a9d06c684e65ed0.tar.bz2 abslibre-7b6d1587800ed26a99a3f99b5a9d06c684e65ed0.zip |
ogre-libre: fixing type
-rw-r--r-- | libre/ogre-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/ogre-libre/PKGBUILD b/libre/ogre-libre/PKGBUILD index 383c5a0fc..c52d4be8a 100644 --- a/libre/ogre-libre/PKGBUILD +++ b/libre/ogre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer (Parabola): Márcio Silva <coadde@lavabit.com> +# Maintainer: Márcio Silva <coadde@lavabit.com> _bldname=blender _bldver=2.68 @@ -21,7 +21,7 @@ arch=( x86_64 i686 ) -url="http://www.${pkgbase}3d.org" +url=http://www.${pkgbase}3d.org license=MIT depends=( boost-libs |