diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-05-28 14:39:23 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-05-28 14:39:23 +0200 |
commit | 49c3dc053e9389393dce0363ac27fc28fc2f6497 (patch) | |
tree | 3191a1b2466d15eef1b86340e98f287820f55f8a | |
parent | b0e522928931269654190da250f50f74d50fa6bc (diff) | |
download | pkgbuilds-49c3dc053e9389393dce0363ac27fc28fc2f6497.tar pkgbuilds-49c3dc053e9389393dce0363ac27fc28fc2f6497.tar.zst pkgbuilds-49c3dc053e9389393dce0363ac27fc28fc2f6497.zip |
xbot 0.1.0-2
-rw-r--r-- | xbot/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xbot/PKGBUILD b/xbot/PKGBUILD index 92b7f8c..1d26b82 100644 --- a/xbot/PKGBUILD +++ b/xbot/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: xengineering <mail2xengineering.eu> pkgname=xbot pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Software to create simpel Chat Bots for the XMPP/Jabber Protocol." -arch=('x86_64') +arch=('x86_64' 'aarch64') url="https://src.xengineering.eu/xengineering/$pkgname" license=('GPL3') depends=('licenses' 'iniparser' 'libstrophe') |