summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')