summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRebecca Jones2017-08-04 19:49:49 +0000
committerRebecca Jones2017-08-04 19:49:49 +0000
commit1f8fa91e66994e207bd3f05ccee56e376d255ca4 (patch)
treee9c20255bfd0180cd4d62a20971aafd31d43c681
parent7f208bacf40efd9d48dc45228f1e48747784a893 (diff)
downloadaur-1f8fa91e66994e207bd3f05ccee56e376d255ca4.tar.gz
Initial commit.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a68df2ecb73b..1765029288f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index c80dd2f8b9d0..d2bf14860c74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')