summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCraig Barnes2019-12-07 02:52:35 +0000
committerCraig Barnes2019-12-07 02:52:35 +0000
commite0a55ea8b9721e82ba7b99b509b04d35c4e87110 (patch)
tree4017a9678450366b031c788ad409a6f4bb65e75a /PKGBUILD
parent0169adf6df8a3e297360b99ea6219aad5cad0073 (diff)
downloadaur-e0a55ea8b9721e82ba7b99b509b04d35c4e87110.tar.gz
Update description to match upstream and remove "armv7l" from arch list
I don't know why "armv7l" was added, but there doesn't seem to be any such architecture supported by Arch Linux ARM.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f8a1bfdd68e..5932557d50bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
# Maintainer: Craig Barnes <cr@igbarn.es>
-
pkgname='dte'
pkgver='1.9.1'
-pkgrel='1'
-pkgdesc='A small and easy to use console text editor'
+pkgrel='2'
+pkgdesc='A small, configurable console text editor'
url='https://craigbarnes.gitlab.io/dte/'
-arch=('x86_64' 'i686' 'armv7l' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
license=('GPL2')
depends=('glibc' 'ncurses')
source=("https://craigbarnes.gitlab.io/dist/dte/dte-$pkgver.tar.gz")