summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardena Cohen2024-02-18 17:01:02 -0800
committerYardena Cohen2024-02-18 17:01:02 -0800
commit0b27a2bc9350c07477ef85141bb3ec92226db3ce (patch)
treed2e9efee17f69d1ebdb163fef30dd66015244789
parent9540a7c1d44b0aa04ae3ccb89a0600226f0cbeb0 (diff)
downloadaur-pycollada-git.tar.gz
update provides/conflicts
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD11
3 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e89499c345a..8d891fd19f23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri May 1 05:52:58 UTC 2020
pkgbase = pycollada-git
pkgdesc = Create, edit and load COLLADA documents in Python
- pkgver = 357.55d55dc
+ pkgver = 399.014a1f4
pkgrel = 1
url = https://github.com/pycollada/pycollada
arch = any
@@ -12,9 +10,11 @@ pkgbase = pycollada-git
depends = python-numpy
depends = python-dateutil
depends = python-distribute
+ provides = python-collada
provides = pycollada
+ conflicts = python-collada
+ conflicts = pycollada
source = git+https://github.com/pycollada/pycollada.git
sha512sums = SKIP
pkgname = pycollada-git
-
diff --git a/.gitignore b/.gitignore
index 88977c36a06a..2236b91bac6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/pycollada-git-*.log
/pycollada-git-*.pkg.tar.xz
/pycollada/
+/src/
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')