summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCupIvan2018-05-30 10:40:38 +0300
committerCupIvan2018-05-30 10:40:38 +0300
commitb5eb8e537ab3de758ceb351fb75105d7f2f15672 (patch)
tree90da15291de3e23c9ab046072fdea9004eb39266
parent385938a457b16c41168c7ebd5b5c7e434063fb55 (diff)
downloadaur-b5eb8e537ab3de758ceb351fb75105d7f2f15672.tar.gz
fix: build on any architectures
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 246a110c7968..26b4bbb9a236 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = tinydns
pkgver = 0.0.1
pkgrel = 1
url = https://github.com/CupIvan/tinydns
- arch = x86_64
- arch = i686
+ arch = any
source = https://github.com/CupIvan/tinydns/archive/v0.0.1.tar.gz
md5sums = 239864e269ee5d8e06fec15996a62560
diff --git a/PKGBUILD b/PKGBUILD
index e86389f1909e..3994c014d7df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.0.1
pkgrel=1
pkgdesc='Tiny cache DNS server'
-arch=('x86_64' 'i686')
+arch=('any')
url=https://github.com/CupIvan/$pkgname
source=(https://github.com/CupIvan/$pkgname/archive/v$pkgver.tar.gz)