summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrobot Viktor2019-04-26 18:51:14 +0300
committerDrobot Viktor2019-04-26 18:51:14 +0300
commitfefa41e47d71d58305c5bc5e8d0e926fdcf2c7ea (patch)
tree15f8a52af6c19e3f7b1e0e50c06e7f529b95a69e
parentb14e96d7c097357950587636e4d3df21d388b322 (diff)
downloadaur-fefa41e47d71d58305c5bc5e8d0e926fdcf2c7ea.tar.gz
any arch added
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a36dfab2dbc..ad3df8075300 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = idnkit
pkgdesc = Provides functionalities about Internationalized Domain Name processing
pkgver = 2.3
- pkgrel = 2
+ pkgrel = 3
url = https://www.nic.ad.jp/ja/idn/idnkit/download/
- arch = x86_64
+ arch = any
license = custom:BSD
depends = glibc
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 141958f155a7..e94b41c7bc6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=idnkit
pkgver=2.3
-pkgrel=2
+pkgrel=3
pkgdesc='Provides functionalities about Internationalized Domain Name processing'
url='https://www.nic.ad.jp/ja/idn/idnkit/download/'
license=('custom:BSD')
-arch=('x86_64')
+arch=('any')
depends=('glibc')
backup=('etc/idnalias.conf' 'etc/idn2.conf')
options=('!makeflags')