summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCayetano Santos2020-07-12 13:15:49 +0200
committerCayetano Santos2020-07-12 13:15:49 +0200
commit7dd29767b010562625fe0955d128b6ae5685660c (patch)
treedb16f0b363c7e7c6a0116e3a8420c6e5c18c2b4f /PKGBUILD
parent1edbd41a937ab3b7db85edd4ec9d746e238df6d4 (diff)
downloadaur-7dd29767b010562625fe0955d128b6ae5685660c.tar.gz
update to 1.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f5f00a8c804..23bc2b788086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: csantosb <csantosb dot inventati dot org>
pkgname=python-fusesoc
-pkgver=1.10
+pkgver=1.11
pkgrel=0
pkgdesc="Package manager and build abstraction tool for FPGA/ASIC development."
arch=('any')
@@ -16,7 +16,7 @@ optdepends=('iverilog: for simulating verilog designs'
'gtkwave: for visualizing waveforms')
options=(!emptydirs)
-source=("git+https://github.com/olofk/fusesoc#tag=${pkgver}")
+source=("git+https://github.com/olofk/fusesoc#tag=${pkgver}.${pkgrel}")
md5sums=('SKIP')
build() {