summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2020-11-09 13:28:53 +0100
committerXiretza2020-11-09 13:28:53 +0100
commit50fde852fff9a1b88b180ffd10c302a5c45adf30 (patch)
treec9cfd38eb4c1a826dc2d8c28d6e911da96770a29
parenta1b94f74bf00be160798eedfea7d2a5eafc0a300 (diff)
downloadaur-50fde852fff9a1b88b180ffd10c302a5c45adf30.tar.gz
Move arch= definition to global scope
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d84ec6ccb74..5cb92273fb63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = prjxray-git
pkgdesc = Documenting the Xilinx 7-series bit-stream format
pkgver = r3288.780b7e4d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SymbiFlow/prjxray
+ arch = x86_64
license = ISC
checkdepends = python-pytest
makedepends = git
@@ -33,7 +34,6 @@ pkgbase = prjxray-git
sha256sums = SKIP
pkgname = prjxray-git
- arch = x86_64
provides = prjxray
conflicts = prjxray
diff --git a/PKGBUILD b/PKGBUILD
index 00c53a82665b..678010b3e0b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,9 @@ _pkgbase=prjxray
pkgbase="$_pkgbase-git"
pkgname=("$_pkgbase-git" "python-$_pkgbase-git")
pkgver=r3288.780b7e4d
-pkgrel=1
+pkgrel=2
pkgdesc="Documenting the Xilinx 7-series bit-stream format"
+arch=(x86_64)
url="https://github.com/SymbiFlow/prjxray"
license=('ISC')
depends=()
@@ -68,7 +69,6 @@ check() {
}
package_prjxray-git() {
- arch=(x86_64)
provides=("${pkgname%%-git}")
conflicts=("${pkgname%%-git}")