summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2021-06-30 23:30:40 +0200
committerJose Riha2021-06-30 23:30:40 +0200
commit4e3e5ca516cbe3b84d7405053b253fd0e31f4d6f (patch)
treee45d2f6f546293b99482d8e92ba9f2364c88c59a
parentbde320fbfa93018ca5faba4a8c52750074698b3f (diff)
downloadaur-4e3e5ca516cbe3b84d7405053b253fd0e31f4d6f.tar.gz
Add aarch64, replace warning with echo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29aa08011b61..801c06a4d2e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = st
pkgdesc = A simple virtual terminal emulator for X.
pkgver = 0.8.4
- pkgrel = 1
+ pkgrel = 2
url = https://st.suckless.org
arch = i686
arch = x86_64
arch = armv7h
+ arch = aarch64
license = MIT
depends = libxft
source = https://dl.suckless.org/st/st-0.8.4.tar.gz
@@ -16,4 +17,3 @@ pkgbase = st
sha256sums = 0ebcbba881832adf9c98ce9fe7667c851d3cc3345077cb8ebe32702698665be2
pkgname = st
-
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"
}