summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {