summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorerdii2020-08-31 18:02:06 +0200
committererdii2020-08-31 18:02:06 +0200
commit70f55abcd445114f7b75513f9926916c0152af2e (patch)
tree8cdfd93170a99196c20cb20e19e626b41b84112e
parentaf3c905cb1e77956465b7d979218b8684ca37cd6 (diff)
downloadaur-70f55abcd445114f7b75513f9926916c0152af2e.tar.gz
set arch to 'any'
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 418acfd29961..7da31d723311 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,9 @@
pkgbase = import
pkgdesc = import is a simple and fast module system for Bash and other Unix shells.
pkgver = 8c0f022c6fd5d5a1629ba1f3a86901878d4d4f52
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/importpw/import
- arch = x86_64
- arch = aarch64
- arch = armv7h
+ arch = any
license = MIT
source = https://raw.githubusercontent.com/importpw/import/8c0f022c6fd5d5a1629ba1f3a86901878d4d4f52/import.sh
sha256sums = 4e6b437e63c5516668ce571498d0fe2fcc13d991a31c7376cc4da1fe6962c1c7
diff --git a/PKGBUILD b/PKGBUILD
index 39a33a55ecf1..ccb031af2b58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: erdii <me at erdii dot engineering>
pkgname=import
pkgver=8c0f022c6fd5d5a1629ba1f3a86901878d4d4f52
-pkgrel=1
+pkgrel=2
pkgdesc="import is a simple and fast module system for Bash and other Unix shells."
-arch=('x86_64' 'aarch64' 'armv7h')
+arch=('any')
url="https://github.com/importpw/import"
license=('MIT')
depends=()