summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Forencich2021-07-24 00:13:36 -0700
committerAlex Forencich2021-07-24 00:13:36 -0700
commit3d43bdcc723613f9445d14d2cdefc30c78d0b6f8 (patch)
treee12708e2139cc97532c5bce52c98f498c1518fb9
parentccd59077ce4069a68a13d8d3f28586f42247ebee (diff)
downloadaur-3d43bdcc723613f9445d14d2cdefc30c78d0b6f8.tar.gz
v0.1.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3117ef2619fe..40fea4ef5332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cocotbext-pcie
pkgdesc = PCI express simulation framework for cocotb
- pkgver = 0.1.10
+ pkgver = 0.1.12
pkgrel = 1
url = https://github.com/alexforencich/cocotbext-pcie
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-cocotbext-pcie
makedepends = python-setuptools
depends = python-cocotb
depends = python-cocotbext-axi
- source = cocotbext-pcie-0.1.10.tar.gz::https://github.com/alexforencich/cocotbext-pcie/archive/v0.1.10.tar.gz
- sha256sums = c844ef23e3a0f7d3bcc00180861b65e8de87cfa90eedef7ddfdf83cd50e6a381
+ source = cocotbext-pcie-0.1.12.tar.gz::https://github.com/alexforencich/cocotbext-pcie/archive/v0.1.12.tar.gz
+ sha256sums = 34ef533e665bd1fdba72952bdb03972bbc1c1504b6d2037c14bec092c52ec59a
pkgname = python-cocotbext-pcie
diff --git a/PKGBUILD b/PKGBUILD
index 3f04d2a3ed65..9d831a7a91a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Forencich <alex@alexforencich.com>
pkgname=python-cocotbext-pcie
-pkgver=0.1.10
+pkgver=0.1.12
pkgrel=1
pkgdesc="PCI express simulation framework for cocotb"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python-cocotb' 'python-cocotbext-axi')
makedepends=('python-setuptools')
source=("cocotbext-pcie-$pkgver.tar.gz::https://github.com/alexforencich/cocotbext-pcie/archive/v$pkgver.tar.gz")
-sha256sums=('c844ef23e3a0f7d3bcc00180861b65e8de87cfa90eedef7ddfdf83cd50e6a381')
+sha256sums=('34ef533e665bd1fdba72952bdb03972bbc1c1504b6d2037c14bec092c52ec59a')
build() {
cd "$srcdir/cocotbext-pcie-$pkgver"