summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2023-05-09 19:48:41 +0000
committerXiretza2023-05-09 19:48:41 +0000
commitbfc97b1193e97cd920ea1b58e7d6869fc4df9150 (patch)
tree184dea1ec556a620fd93a4852abc82c2e8b615e4
parent901c8df81f1de3bd792a3d953f096a49519aa973 (diff)
downloadaur-ghdl-mcode-git.tar.gz
Remove obsolete python-pydecor dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0e85220b225..639fbf0b79e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghdl-mcode-git
pkgdesc = VHDL simulator - mcode back-end
- pkgver = 4.0.0dev.r8598.gca7532ce7
+ pkgver = 4.0.0dev.r8602.g97df73f72
pkgrel = 1
url = https://github.com/ghdl/ghdl
arch = x86_64
@@ -8,15 +8,14 @@ pkgbase = ghdl-mcode-git
arch = pentium4
license = GPL2
checkdepends = python-pytest
- checkdepends = python-pydecor
checkdepends = python-pyvhdlmodel>=0.12
checkdepends = python-pytooling
checkdepends = python-pyattributes
makedepends = git
depends = gcc-ada
optdepends = python-pyghdl: python bindings and utilities
- provides = ghdl=4.0.0dev.r8598.gca7532ce7
- provides = ghdl-git=4.0.0dev.r8598.gca7532ce7
+ provides = ghdl=4.0.0dev.r8602.g97df73f72
+ provides = ghdl-git=4.0.0dev.r8602.g97df73f72
conflicts = ghdl
conflicts = ghdl-gcc-git
conflicts = ghdl-llvm-git
diff --git a/PKGBUILD b/PKGBUILD
index aa100a63a85c..adda321d7929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
pkgname=ghdl-mcode-git
-pkgver=4.0.0dev.r8598.gca7532ce7
+pkgver=4.0.0dev.r8602.g97df73f72
pkgrel=1
arch=('x86_64' 'i686' 'pentium4')
pkgdesc='VHDL simulator - mcode back-end'
@@ -14,7 +14,7 @@ conflicts=('ghdl' 'ghdl-gcc-git' 'ghdl-llvm-git')
makedepends=('git')
depends=('gcc-ada')
checkdepends=(
- 'python-pytest' 'python-pydecor' 'python-pyvhdlmodel>=0.12'
+ 'python-pytest' 'python-pyvhdlmodel>=0.12'
'python-pytooling' 'python-pyattributes'
)
optdepends=(