summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Biereigel2020-09-30 09:11:45 +0200
committerStefan Biereigel2020-09-30 09:11:45 +0200
commit295e55b84f0d265ca3c8fda32b98dfb235c9267c (patch)
treed33c5dd7bdaf9cf61cdebab96af0cebd57f4bd6a
parent8eb3e853aa0a807f1b2d9200a52716a7dff4bf08 (diff)
downloadaur-295e55b84f0d265ca3c8fda32b98dfb235c9267c.tar.gz
fix upstream pyosys changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8949994bd73d..278347d0d790 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yosys-git
pkgdesc = A framework for RTL synthesis
- pkgver = r9464.283b1130
+ pkgver = r10242.5a3ac39f
pkgrel = 1
url = http://www.clifford.at/yosys/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8218410dcbf9..e1195f8bfb62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=yosys-git
pkgrel=1
-pkgver=r9464.283b1130
+pkgver=r10242.5a3ac39f
pkgdesc='A framework for RTL synthesis'
arch=('x86_64' 'i686')
url='http://www.clifford.at/yosys/'
@@ -56,7 +56,7 @@ package() {
cd "${srcdir}/yosys"
# disable stripping in the makefile - duplicated effort and makes debug packages impossible
- make STRIP=':' PREFIX="/usr" PYTHON_PREFIX="${pkgdir}/usr" DESTDIR="${pkgdir}" install
+ make STRIP=':' PREFIX="/usr" PYTHON_PREFIX="${pkgdir}/usr" PYTHON_DESTDIR="${pkgdir}/usr/lib/python3.8/site-packages" DESTDIR="${pkgdir}" install
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}