summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpicokan2020-08-05 20:59:01 +0100
committerpicokan2020-08-05 20:59:01 +0100
commit1c2e469a687618a19e0cf880a83ec1829aad8fcf (patch)
tree5aed5ba436448acf46323bff4ebb28b89eca45d5
parentce622fee6cdb6a56134072f0afa6257fceeb28f2 (diff)
downloadaur-1c2e469a687618a19e0cf880a83ec1829aad8fcf.tar.gz
Changed description to be more in line with package intention.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4923df697be5..967d6c74a16d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = st-sane-defaults
- pkgdesc = A simple virtual terminal emulator for X.
+ pkgdesc = A simple terminal emulator, with configurations fit for the average user.
pkgver = 0.8.2
- pkgrel = 1
+ pkgrel = 2
url = https://st.suckless.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index eff1181a1aee..32a2879426f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=st-sane-defaults
_pkgname=st
pkgver=0.8.2
-pkgrel=1
-pkgdesc='A simple virtual terminal emulator for X.'
+pkgrel=2
+pkgdesc='A simple terminal emulator, with configurations fit for the average user.'
arch=('i686' 'x86_64' 'armv7h')
license=('MIT')
depends=(libxft)