summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYardena Cohen2024-02-18 17:01:02 -0800
committerYardena Cohen2024-02-18 17:01:02 -0800
commit0b27a2bc9350c07477ef85141bb3ec92226db3ce (patch)
treed2e9efee17f69d1ebdb163fef30dd66015244789 /PKGBUILD
parent9540a7c1d44b0aa04ae3ccb89a0600226f0cbeb0 (diff)
downloadaur-pycollada-git.tar.gz
update provides/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a4e08a644c4..c34b10bef22d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
gitname=pycollada
pkgname=${gitname}-git
-pkgver=357.55d55dc
+pkgver=399.014a1f4
pkgrel=1
pkgdesc="Create, edit and load COLLADA documents in Python"
arch=('any')
@@ -10,7 +10,14 @@ url="https://github.com/${gitname}/${gitname}"
license=("BSD3")
depends=(python-lxml python-numpy python-dateutil python-distribute)
makedepends=(git)
-provides=(pycollada)
+provides=(
+ python-collada
+ pycollada
+)
+conflicts=(
+ python-collada
+ pycollada
+)
source=("git+${url}.git")
sha512sums=('SKIP')