summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2021-06-30 23:30:40 +0200
committerJose Riha2021-06-30 23:30:40 +0200
commit4e3e5ca516cbe3b84d7405053b253fd0e31f4d6f (patch)
treee45d2f6f546293b99482d8e92ba9f2364c88c59a /PKGBUILD
parentbde320fbfa93018ca5faba4a8c52750074698b3f (diff)
downloadaur-4e3e5ca516cbe3b84d7405053b253fd0e31f4d6f.tar.gz
Add aarch64, replace warning with echo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac06092308bf..95127d875b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=st
pkgver=0.8.4
-pkgrel=1
+pkgrel=2
pkgdesc='A simple virtual terminal emulator for X.'
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
license=('MIT')
depends=(libxft)
url=https://st.suckless.org
@@ -50,7 +50,7 @@ prepare() {
msg+='that was just placed into the package directory to config.h and '
msg+='modify it to change the configuration. Or just leave it alone to '
msg+='continue to use default values.'
- warning "$msg"
+ echo "$msg"
fi
cp "$_sourcedir/config.def.h" "$BUILDDIR"
}