summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.in2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aca3d0fd6b76..dd945222553a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icestorm-nightly
pkgdesc = Lattice iCE40 FPGAs Bitstream Documentation
- pkgver = 83b8ef9_20210916
+ pkgver = 83b8ef9_20211016
pkgrel = 1
url = https://github.com/YosysHQ/icestorm
arch = any
@@ -9,7 +9,7 @@ pkgbase = icestorm-nightly
makedepends = make
makedepends = gcc
depends = python
- depends = libftdi-compat.
+ depends = libftdi-compat
conflicts = icestorm-git
replaces = icestorm-git
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index e54e86323cc7..367dd6b779ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=icestorm-nightly
-pkgver=83b8ef9_20210916
+pkgver=83b8ef9_20211016
pkgrel=1
pkgdesc="Lattice iCE40 FPGAs Bitstream Documentation"
arch=("any")
@@ -9,7 +9,7 @@ url="https://github.com/YosysHQ/icestorm"
license=("custom:ISC")
groups=()
options=("!strip")
-depends=("python" "libftdi-compat".)
+depends=("python" "libftdi-compat")
optdepends=()
makedepends=("git" "make" "gcc")
conflicts=("icestorm-git")
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 8f24a20079a9..97c9c0785c37 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -9,7 +9,7 @@ url="https://github.com/YosysHQ/icestorm"
license=("custom:ISC")
groups=()
options=("!strip")
-depends=("python" "libftdi-compat".)
+depends=("python" "libftdi-compat")
optdepends=()
makedepends=("git" "make" "gcc")
conflicts=("icestorm-git")