summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Edgecombe2018-08-02 18:44:29 +0100
committerGraham Edgecombe2018-08-02 18:44:29 +0100
commita665f0e0b430925f896d335e5669e20c714a0ea8 (patch)
tree4dea8e1f56fec460803116c2c773b9ab2956becd
parent94fcb289511003824092f265ae4af14312e435fa (diff)
downloadaur-a665f0e0b430925f896d335e5669e20c714a0ea8.tar.gz
Fix license field
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea9034fc1511..3edc2551edb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Aug 2 17:33:49 UTC 2018
+# Thu Aug 2 17:44:19 UTC 2018
pkgbase = nextpnr-git
pkgdesc = Portable FPGA place and route tool
pkgver = r1185.1c1fd99
@@ -7,7 +7,7 @@ pkgbase = nextpnr-git
url = https://github.com/YosysHQ/nextpnr
arch = i686
arch = x86_64
- license = ISC
+ license = custom:ISC
makedepends = boost
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 29f59b4f8a9d..16d707c98988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc='Portable FPGA place and route tool'
arch=('i686' 'x86_64')
url='https://github.com/YosysHQ/nextpnr'
-license=('ISC')
+license=('custom:ISC')
depends=('boost-libs' 'python' 'qt5-base')
makedepends=('boost' 'cmake' 'git' 'icestorm')
provides=('nextpnr')