diff options
author | Rebecca Jones | 2017-08-04 19:49:49 +0000 |
---|---|---|
committer | Rebecca Jones | 2017-08-04 19:49:49 +0000 |
commit | 1f8fa91e66994e207bd3f05ccee56e376d255ca4 (patch) | |
tree | e9c20255bfd0180cd4d62a20971aafd31d43c681 | |
parent | 7f208bacf40efd9d48dc45228f1e48747784a893 (diff) | |
download | aur-1f8fa91e66994e207bd3f05ccee56e376d255ca4.tar.gz |
Initial commit.
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 6 insertions, 5 deletions
@@ -1,5 +1,5 @@ -pkgbase = makehuman - pkgdesc = Parametrical modeling program for creating human bodies +pkgbase = makehuman-community-plugins + pkgdesc = Supplemental community plugins for the MakeHuman program. pkgver = 1.1.1 pkgrel = 1 url = http://www.makehuman.org/ @@ -7,8 +7,9 @@ pkgbase = makehuman license = AGPL3 makedepends = git depends = makehuman - source = https://github.com/makehumancommunity/community-plugins/ + depends = python + source = git+https://github.com/makehumancommunity/community-plugins/ md5sums = SKIP -pkgname = makehuman +pkgname = makehuman-community-plugins @@ -2,7 +2,7 @@ pkgname=makehuman-community-plugins pkgver=1.1.1 pkgrel=1 -pkgdesc="Parametrical modeling program for creating human bodies" +pkgdesc="Supplemental community plugins for the MakeHuman program." arch=('any') url="http://www.makehuman.org/" depends=('makehuman' 'python') |