summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuel Amaral Couto2020-09-19 13:47:47 +0100
committerEmanuel Amaral Couto2020-09-19 13:55:07 +0100
commit9471662086b26ea6188d36bcab5eeaf3a85bdbae (patch)
tree2d79641f096cad5e2974cc9713badd10f10eabc6
parent412ad5067920167ddc77452ad5cba1f3b292ef34 (diff)
downloadaur-9471662086b26ea6188d36bcab5eeaf3a85bdbae.tar.gz
Add provides and conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 651582e8386a..287c3dbd7bcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = makehuman-git
pkgdesc = Parametrical modeling program for creating human bodies (git latest)
- pkgver = r2405.ebb245b2
+ pkgver = r2602.b3e9b869
pkgrel = 1
url = http://www.makehumancommunity.org/
arch = any
@@ -12,6 +12,8 @@ pkgbase = makehuman-git
depends = python-pyqt5
depends = python-opengl
depends = qt5-svg
+ provides = makehuman
+ conflicts = makehuman
source = git+https://github.com/makehumancommunity/makehuman.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9d1aef216548..e6865edd699b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_prjname=makehuman
pkgname=makehuman-git
-pkgver=r2405.ebb245b2
+pkgver=r2602.b3e9b869
pkgrel=1
pkgdesc="Parametrical modeling program for creating human bodies (git latest)"
arch=('any')
@@ -10,6 +10,8 @@ url="http://www.makehumancommunity.org/"
license=('AGPL3')
depends=('python' 'python-numpy' 'python-pyqt5' 'python-opengl' 'qt5-svg')
makedepends=('git' 'git-lfs')
+provides=('makehuman')
+conflicts=('makehuman')
source=("git+https://github.com/makehumancommunity/${_prjname}.git")
sha256sums=('SKIP')