summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2021-03-23 17:55:56 +0100
committerXiretza2021-03-23 17:56:07 +0100
commit77aecaae850110a33c362ee25741a773658b1657 (patch)
tree81d83affcff13e70e3abd72cbffb042956455586
parentee19574ad176eaed52703fd12c9165762462a227 (diff)
downloadaur-77aecaae850110a33c362ee25741a773658b1657.tar.gz
pkgrel bump for updated antlr4-runtime .so
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 486920e799dc..ddba986ca168 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fasm-git
pkgdesc = FPGA Assembly (FASM) Parser and Generation library
- pkgver = 0.0.r86.gbae2e6d
+ pkgver = 0.0.2.r67.gaf39a4f
pkgrel = 2
url = https://github.com/SymbiFlow/fasm
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = python-fasm-git
depends = python
depends = python-textx
depends = antlr4-runtime
- provides = python-fasm=0.0.r86.gbae2e6d
+ provides = python-fasm=0.0.2.r67.gaf39a4f
conflicts = fasm
conflicts = python-fasm
source = git+https://github.com/SymbiFlow/fasm.git
diff --git a/PKGBUILD b/PKGBUILD
index 454815f97049..e781f771da45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=fasm
pkgname="python-$_pkgname-git"
-pkgver=0.0.r86.gbae2e6d
+pkgver=0.0.2.r67.gaf39a4f
pkgrel=2
pkgdesc="FPGA Assembly (FASM) Parser and Generation library"
arch=(x86_64)