summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2022-06-02 18:22:29 +0200
committerXiretza2022-06-02 18:22:29 +0200
commitaa33a0dc1a435d432f498569ceca0614c7e325bd (patch)
tree5cdef7544ce8e78f339d59415b0c668ed305a8eb /PKGBUILD
parentffde6893f6bbdc9f64440fd6902ddf332fd0ffc3 (diff)
downloadaur-aa33a0dc1a435d432f498569ceca0614c7e325bd.tar.gz
Update license file location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4d8948a64d5..b13588774dac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_srcname=pythondata-cpu-blackparrot
pkgname="python-$_srcname-git"
-pkgver=2020.08.r1.g4264d9b0
+pkgver=2020.08.r18.gba50883f
pkgrel=1
pkgdesc="Python module containing system_verilog files for blackparrot cpu (for use with LiteX)"
arch=(any)
@@ -29,7 +29,7 @@ package() {
cd "$_srcname"
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 "${_srcname//-/_}/system_verilog/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "${_srcname//-/_}/system_verilog/black-parrot/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set et ts=2 syntax=PKGBUILD: